Fix notifications error view
This commit is contained in:
parent
f9633269e7
commit
09371f77c5
|
@ -133,6 +133,8 @@ public struct NotificationsListView: View {
|
|||
await viewModel.fetchNotifications()
|
||||
}
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
.listSectionSeparator(.hidden)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue