diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 6f1be0a5..4fd8fe82 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -57,9 +57,6 @@ export const appStore = defineStore({ reloadTimer: null, }), getters: { - _reloadTimer(): any { - return this.reloadTimer; - }, duration(): Duration { return { start: getLocalTime(this.utc, this.durationRow.start), diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 366631e2..49a17d07 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -69,7 +69,7 @@ limitations under the License. -->