Skip to content

Commit 1b62adb

Browse files
committed
Temporarily disable changelog
1 parent 33c7cc9 commit 1b62adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ChangeLog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ onMounted(async () => {
2727
const lastClientTimestamp = localStorage.getItem('changelog:v1')
2828
2929
if (!lastClientTimestamp || new Date(lastEntryTimestamp) > new Date(lastClientTimestamp)) {
30-
showChangeLog.value = true
30+
// showChangeLog.value = true
3131
3232
localStorage.setItem('changelog:v1', lastEntryTimestamp)
3333
}

0 commit comments

Comments
 (0)