mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-13 04:51:21 +00:00
Fix notifications error view
This commit is contained in:
parent
f9633269e7
commit
09371f77c5
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ public struct NotificationsListView: View {
|
|||
await viewModel.fetchNotifications()
|
||||
}
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
.listSectionSeparator(.hidden)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue