File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export default {
150150 async beforeMount () {
151151 await this .fetchNotifications ();
152152 await this .newNotificationCheck ();
153- this .fetchNotificationsIntervalId = setInterval (this .fetchNewNotifications , 5000 );
153+ this .fetchNotificationsIntervalId = setInterval (this .fetchNewNotifications , 10000 );
154154 this .notificationsFetched = true ;
155155 },
156156 beforeDestroy () {
Original file line number Diff line number Diff line change 44 <div v-if =" !historyFetched" class =" mx-auto flex items-center justify-center mt-32" >
55 <img class =" h-36" src =" ../../assets/loading.svg" >
66 </div >
7- <section v-else class =" mx-auto mt-4" >
7+ <section v-bind: class =" {' mx-auto': true, ' mt-4': true, 'invisible': !historyFetched} " >
88 <div class =" flex items-center justify-center md:justify-start w-full mb-4" >
99 <h1
1010 class =" text-3xl sm:text-5xl my-4 inline-block text-center leading-none onboarding-sub-container-content-heading" >
You can’t perform that action at this time.
0 commit comments