Skip to content

Commit

Permalink
dont say help twice
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Sep 20, 2024
1 parent 2b415da commit de3710e
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 default ({ humanError, internalError }: Props) => {
const getHelp =
internalError && internalError.message && config.ui.getHelpUrl ? (
<Typography fontSize={14} sx={{ marginTop: 1 }}>
Need help?{' '}
Having trouble?{' '}
<a
href="#"
onClick={() => {
Expand Down

0 comments on commit de3710e

Please sign in to comment.