diff --git a/components/scoreplaylog/colums.tsx b/components/scoreplaylog/colums.tsx index 8576530..5abac18 100644 --- a/components/scoreplaylog/colums.tsx +++ b/components/scoreplaylog/colums.tsx @@ -70,7 +70,6 @@ export const columns: ColumnDef[] = [ if (highScore < lowScore) return 1; if (highScore > lowScore) return -1; - // TODO: FIGURE OUT DEFAULT SORT return 0; }, }, @@ -168,7 +167,6 @@ export const columns: ColumnDef[] = [ if (newTab) { newTab.focus(); } else { - // Handle popup blocker or inability to open new tab router.push(`/${token}/${row.original.id}`); } }