Skip to content

Commit 3504bc5

Browse files
committed
Show skeletons on ooppsie (#49)
1 parent 53a3501 commit 3504bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/HomePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ whenever(() => store.skeletonVisible, () => {
336336
description="Oopsie! Couldn't load notifications."
337337
>
338338
<template #footer>
339-
<AppButton @click="store.fetchNotifications()">
339+
<AppButton @click="store.fetchNotifications(true)">
340340
Refresh
341341
</AppButton>
342342
</template>

0 commit comments

Comments
 (0)