This commit is contained in:
Polaris 2024-08-25 20:56:01 -04:00
parent c064e5ce58
commit fcc27d5b9e

View File

@ -61,7 +61,7 @@ export const columns: ColumnDef<chunithm>[] = [
);
},
cell: ({ row }) => {
// for the love of all that is holy redo this later or be forced to drink from the calice
// for the love of all that is holy redo this later or be forced to drink from the chalice
const skillId = row.original.skillId;
const isClear = row.original.isClear;
let isSuccessText = "";