fix: show flags in connection table

This commit is contained in:
zjdndjf
2026-04-28 19:06:41 +08:00
parent 14ea267b67
commit b7c9e4aa5c

View File

@@ -441,7 +441,7 @@ const ConnectionTable: React.FC<Props> = ({
return (
<td
key={col.key}
className="px-3 text-sm text-foreground truncate"
className="px-3 text-sm text-foreground truncate flag-emoji"
style={{ maxWidth: col.width }}
title={
typeof col.getValue(connection) === 'string'