1
0
Fork 0

fix(shared): Wrap t call in braces

This commit is contained in:
joostdecock 2023-09-07 19:24:23 +02:00
parent 85f0eb0870
commit 21e1499569

View file

@ -96,7 +96,7 @@ export const Flag = ({ type, data, handleUpdate }) => {
className="w-1/2 sm:w-full btn btn-ghost btn-sm z-10 flex flex-row items-center justify-between w-full"
onClick={() => setHide(true)}
>
t('flag:dismiss')
{t('flag:dismiss')}
<Icon className="w-5 h-6 sm:w-6 h-6" />
</button>
</div>