Web: Components: fixed tag

This commit is contained in:
Nikita Gopienko 2024-02-16 14:57:56 +03:00
parent f702ac14b1
commit 60fa7daddc

View File

@ -131,7 +131,7 @@ export const TagPure = ({
fontSize="12px"
truncate
>
{tag}
{t}
</StyledDropdownText>
</DropDownItem>
))}