소스 검색

Merge branch 'feature/diariaapp-kay-agendamentos-sob-medida-apps' of Softpar/sfp_front_vue_diarista_prestador into development

zntt 1 일 전
부모
커밋
5d4c13d925
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' },