mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix sidebar
This commit is contained in:
parent
c821285664
commit
786906bd0d
@ -10,9 +10,9 @@ struct Sidebar: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ScrollViewReader { scrollView in
|
ScrollViewReader { scrollView in
|
||||||
List {
|
List {
|
||||||
if !accounts.isEmpty {
|
|
||||||
mainNavigationLinks
|
mainNavigationLinks
|
||||||
|
|
||||||
|
if !accounts.isEmpty {
|
||||||
AppSidebarRecents()
|
AppSidebarRecents()
|
||||||
.id("recentlyOpened")
|
.id("recentlyOpened")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user