From fcc27d5b9e880626836fe4567fefa2e4bbd54871 Mon Sep 17 00:00:00 2001 From: Polaris Date: Sun, 25 Aug 2024 20:56:01 -0400 Subject: [PATCH] spelling --- components/scoreplaylog/colums.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/scoreplaylog/colums.tsx b/components/scoreplaylog/colums.tsx index 9677dd3..4b47097 100644 --- a/components/scoreplaylog/colums.tsx +++ b/components/scoreplaylog/colums.tsx @@ -61,7 +61,7 @@ export const columns: ColumnDef[] = [ ); }, 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 = "";