1
0
Fork 0

chore(shared): Added translation/icon for flags

This commit is contained in:
Joost De Cock 2023-09-10 10:57:31 +02:00
parent 39aebc32a6
commit 92150932ca
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@ import {
WrenchIcon as FixmeIcon,
ExpandIcon,
FlagIcon,
OptionsIcon,
} from 'shared/components/icons.mjs'
import Markdown from 'react-markdown'
import { SubAccordion } from 'shared/components/accordion.mjs'
@ -26,6 +27,7 @@ const flagIcons = {
fixme: FixmeIcon,
// Used in content
expand: ExpandIcon,
options: OptionsIcon,
}
export const Flag = ({ type, data, t, handleUpdate }) => {