Просмотр исходного кода

feat: :sparkles: feat(agendamento-sob-medida) Foi corrigido o erro de lint

Foi ajustado uma função para que ela não apresentasse erro de lint

fase:dev | origin:escopo
kayo henrique 22 часов назад
Родитель
Сommit
ec9d8fd123
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/dashboard/ScheduleRatingDialog.vue

+ 1 - 1
src/components/dashboard/ScheduleRatingDialog.vue

@@ -144,7 +144,7 @@ const loadingTags = ref(false)
 const loading = ref(false)
 
 const isNegative = computed(() => stars.value > 0 && stars.value <= 2)
-const isPositive = computed(() => stars.value >= 3)
+// const isPositive = computed(() => stars.value >= 3)
 
 const avatarColors = [
   { background: '#ffd5df', color: '#932e57' },