diff --git a/src/views/components/common/Chip/Chip.tsx b/src/views/components/common/Chip/Chip.tsx index 1357250cf..8e0d1805a 100644 --- a/src/views/components/common/Chip/Chip.tsx +++ b/src/views/components/common/Chip/Chip.tsx @@ -31,6 +31,7 @@ export function Chip({ label }: React.PropsWithChildren): JSX.Element { style={{ backgroundColor: '#FFD600', }} + title={Object.keys(flagMap).find(key => flagMap[key] === label)} > {label}