Lee пре 1 дан
родитељ
комит
7fb885961e
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      app/components/consultation-modal.vue

+ 0 - 4
app/components/consultation-modal.vue

@@ -164,10 +164,6 @@
   const props = defineProps<{
   const props = defineProps<{
     modelValue: boolean
     modelValue: boolean
   }>()
   }>()
-
-  // eslint-disable-next-line @typescript-eslint/no-unused-vars
-  const _ = props
-
   const emit = defineEmits<{
   const emit = defineEmits<{
     (e: 'update:modelValue', value: boolean): void
     (e: 'update:modelValue', value: boolean): void
   }>()
   }>()