diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index 98e7185..dbc0ab8 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -96,7 +96,7 @@ import { h } from 'vue' accessorKey: 'status', header: "Status", cell: ({row}) => { - let color = ""; + let color: string; switch(row.getValue('status')){ case "paid": color = "success"; break;