diff --git a/src/components/NewReleaseNotification.vue b/src/components/NewReleaseNotification.vue index a6423781..92560ab3 100644 --- a/src/components/NewReleaseNotification.vue +++ b/src/components/NewReleaseNotification.vue @@ -40,7 +40,7 @@ export default { }; }, computed: { - ...mapWritableState(useSettingsStore, { data: 'newReleaseNotification' }), + ...mapWritableState(useSettingsStore, { data: 'newReleaseCheckData' }), }, async mounted() { await useSettingsStore().ensureLoaded();