Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jan 10, 2024
1 parent 0b81d48 commit 6950bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ErrorPage/ErrorBodyText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import CONST from '@src/CONST';
function ErrorBodyText() {
const styles = useThemeStyles();
const {translate} = useLocalize();

return (
<Text>
{`${translate('genericErrorPage.body.helpTextMobile')} `}
Expand Down

0 comments on commit 6950bbb

Please sign in to comment.