mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix sidebar
This commit is contained in:
parent
c821285664
commit
786906bd0d
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user