diff --git a/DuckDuckGo/MainViewController.swift b/DuckDuckGo/MainViewController.swift index 8a825a9d73..47528d7e39 100644 --- a/DuckDuckGo/MainViewController.swift +++ b/DuckDuckGo/MainViewController.swift @@ -1919,6 +1919,7 @@ extension MainViewController: TabSwitcherDelegate { hideSuggestionTray() tabManager.remove(at: index) updateCurrentTab() + tabsBarController?.refresh(tabsModel: tabManager.model) } func tabSwitcherDidRequestForgetAll(tabSwitcher: TabSwitcherViewController) {