Skip to content

Commit

Permalink
fix(app): fix UnmatchModuleWarning test (#12628)
Browse files Browse the repository at this point in the history
fix UnmatchModuleWarning test
  • Loading branch information
koji authored May 4, 2023
1 parent 193be55 commit 546cde6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const UnMatchedModuleWarning = (): JSX.Element | null => {
</StyledText>

<StyledText as="p" data-testid="UnMatchedModuleWarning_body">
{t('module_mismatch_body')}
{`${t('module_mismatch_body')}.`}
</StyledText>
</Flex>
</Banner>
Expand Down

0 comments on commit 546cde6

Please sign in to comment.