Skip to content

Commit

Permalink
Fix render bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 21, 2024
1 parent 8242bc8 commit 46cfd8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const OrganizerTable = ({ organizer }: Props) => {
content?.startsWith('organizers.detail.no') && udbMainDarkGrey
}
>
{t(content)}
{content?.startsWith('organizers.detail.no') ? t(content) : content}
</Text>
</Stack>
</Inline>
Expand Down

0 comments on commit 46cfd8c

Please sign in to comment.