Browse Source

fix bloco servicos do dia

Gustavo Zanatta 2 weeks ago
parent
commit
70f07f926a
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/components/dashboard/DashboardTodaySchedules.vue

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

@@ -267,10 +267,7 @@ const cardState = (item) => {
     return "finished";
   }
 
-  if (
-    item.status === "accepted" ||
-    item.status === "paid"
-  ) {
+  if (item.status === "paid") {
     return "awaiting_code";
   }