diff --git a/Shared/Navigation/Sidebar.swift b/Shared/Navigation/Sidebar.swift index f3f0cc5d..0c947005 100644 --- a/Shared/Navigation/Sidebar.swift +++ b/Shared/Navigation/Sidebar.swift @@ -10,9 +10,9 @@ struct Sidebar: View { var body: some View { ScrollViewReader { scrollView in List { - if !accounts.isEmpty { - mainNavigationLinks + mainNavigationLinks + if !accounts.isEmpty { AppSidebarRecents() .id("recentlyOpened")