260306:1642 20260306:1640 fix TypeScript tag_name type error
All checks were successful
Build and Deploy / deploy (push) Successful in 2m34s

This commit is contained in:
admin
2026-03-06 16:42:15 +07:00
parent 1a2e68dff9
commit 040629aa07

View File

@@ -44,7 +44,7 @@ export default function TagsPage() {
className="w-3 h-3 rounded-full border border-border"
style={{ backgroundColor: isHex ? color : (color === 'default' ? '#e2e8f0' : color) }}
/>
{row.original.tag_name}
{String(row.original.tag_name)}
</div>
);
}