Browse Source

fix status em andamento e exibicao do codigo

Gustavo Zanatta 1 week ago
parent
commit
5bc4130c56
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/dashboard/DashboardTodaySchedules.vue

+ 1 - 2
src/components/dashboard/DashboardTodaySchedules.vue

@@ -95,7 +95,7 @@
                   </div>
                 </template>
 
-                <template v-else-if="cardState(item) === 'awaiting_code' && hasStarted(item)">
+                <template v-else-if="(cardState(item) === 'awaiting_code') || !item.code_verified">
                   <div class="column items-center">
                     <span class="font9 fontbold text-primary q-mb-xs">
                       {{ $t("dashboard_client.today_schedules.code_label") }}
@@ -116,7 +116,6 @@
                         size="15px"
                       />
                     </div>
-
                     <span
                       class="font10 fontregular badge-status-text text-primary q-mt-xs"
                     >