Corrected the Eslint and Prettier errors

This commit is contained in:
SHIVANSH GUPTA
2025-07-20 11:48:54 +05:30
committed by GitHub
parent abe5c946b5
commit 4f336f7ac3

View File

@@ -82,7 +82,6 @@ const showBottomMenu = computed(
() => !isMobile.value && useNewMenu.value === 'Bottom'
)
watch(
() => colorPaletteStore.completedActivePalette,
(newTheme) => {