diff --git a/apps/frontend/src/components/ui/moderation/moderation-checklist/index.vue b/apps/frontend/src/components/ui/moderation/moderation-checklist/index.vue
index 852bdbf398..4c942dbf9d 100644
--- a/apps/frontend/src/components/ui/moderation/moderation-checklist/index.vue
+++ b/apps/frontend/src/components/ui/moderation/moderation-checklist/index.vue
@@ -284,9 +284,9 @@
{{ opt.text
@@ -1343,9 +1343,7 @@ async function generateMessage() {
const hasNextProject = ref(false)
-const finishedId = import.meta.client
- ? localStorage.getItem('moderation-checklist-finished')
- : null
+const finishedId = import.meta.client ? localStorage.getItem('moderation-checklist-finished') : null
if (finishedId === projectV2.value.id) {
localStorage.removeItem('moderation-checklist-finished')
hasNextProject.value = moderationQueue.queueLength > 0
diff --git a/apps/frontend/src/components/ui/moderation/moderation-checklist/node-renderer/index.vue b/apps/frontend/src/components/ui/moderation/moderation-checklist/node-renderer/index.vue
index 427c8d3c46..ca38bacbd1 100644
--- a/apps/frontend/src/components/ui/moderation/moderation-checklist/node-renderer/index.vue
+++ b/apps/frontend/src/components/ui/moderation/moderation-checklist/node-renderer/index.vue
@@ -70,6 +70,7 @@ const {
+
updateValue(item as RenderableValueNode, value)"
+ @[updateEvent(item)]="
+ (value: unknown) => updateValue(item as RenderableValueNode, value)
+ "
/>
+