Fix sidebar

This commit is contained in:
Arkadiusz Fal 2022-11-10 23:55:39 +01:00
parent c821285664
commit 786906bd0d

View File

@ -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")