Skip to content

Commit da0c02a

Browse files
committed
Revert loading value
1 parent c129db6 commit da0c02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const useStore = defineStore('store', () => {
5555
failedLoadingNotifications.value = true
5656
}
5757

58-
loadingNotifications.value = true
58+
loadingNotifications.value = false
5959
skeletonVisible.value = false
6060

6161
if (

0 commit comments

Comments
 (0)