improve display, fix importing

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-29 13:26:09 +02:00
parent 2a67433f6e
commit 79c17473fe
4 changed files with 16 additions and 9 deletions

View File

@@ -129,8 +129,8 @@ const Notifications = () => {
const scrollContainer = (
<ScrollableList
isLoading={notificationsQuery.isLoading}
showLoading={notificationsQuery.isPending}
isLoading={notificationsQuery.isFetching}
showLoading={notificationsQuery.isLoading}
hasMore={notificationsQuery.hasNextPage}
emptyMessage={emptyMessage}
placeholderComponent={PlaceholderNotification}