1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 23:40:35 +05:30

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