mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix sidebar
This commit is contained in:
		@@ -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")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user