We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c7cc9 commit 1b62adbCopy full SHA for 1b62adb
components/ChangeLog.vue
@@ -27,7 +27,7 @@ onMounted(async () => {
27
const lastClientTimestamp = localStorage.getItem('changelog:v1')
28
29
if (!lastClientTimestamp || new Date(lastEntryTimestamp) > new Date(lastClientTimestamp)) {
30
- showChangeLog.value = true
+ // showChangeLog.value = true
31
32
localStorage.setItem('changelog:v1', lastEntryTimestamp)
33
}
0 commit comments