260306:1608 20260306:1603 fix pnpm hoisting config
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s
This commit is contained in:
@@ -36,7 +36,7 @@ export default function TagsPage() {
|
||||
accessorKey: "tag_name",
|
||||
header: "Tag Name",
|
||||
cell: ({ row }) => {
|
||||
const color = row.original.color_code || 'default';
|
||||
const color = String(row.original.color_code || 'default');
|
||||
const isHex = color.startsWith('#');
|
||||
return (
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user