From 4f336f7ac3c1323058d238183184f9a61375148f Mon Sep 17 00:00:00 2001 From: SHIVANSH GUPTA <121501003+shivansh-gupta4@users.noreply.github.com> Date: Sun, 20 Jul 2025 11:48:54 +0530 Subject: [PATCH] Corrected the Eslint and Prettier errors --- src/views/GraphView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index fafd1d3f9d..73dea2212a 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -82,7 +82,6 @@ const showBottomMenu = computed( () => !isMobile.value && useNewMenu.value === 'Bottom' ) - watch( () => colorPaletteStore.completedActivePalette, (newTheme) => {