Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 27, 2023
1 parent 362abe1 commit 2cd2c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/boot/main-boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ export async function mainBoot() {
if (isClientUpdated && $i) {
popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
} else if (isClientMigrated && $i) {
miLocalStorage.removeItem('latestDonationInfoShownAt');
miLocalStorage.removeItem('neverShowDonationInfo');
miLocalStorage.removeItem('latestDonationInfoShownAt');
popup(defineAsyncComponent(() => import('@/components/MkMigrated.vue')), {}, {}, 'closed');
popup(defineAsyncComponent(() => import('@/components/MkDonation.vue')), {}, {}, 'closed');
}

const stream = useStream();
Expand Down

0 comments on commit 2cd2c69

Please sign in to comment.