Skip to content

Commit c2b23e5

Browse files
committed
Fix typo.
1 parent 920f1ff commit c2b23e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/pages/AccountView.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function AccountView({ location }) {
4848
const { t } = useTranslation();
4949

5050
const queryParams = parse(location.search);
51-
const showError = !!queryParams.eryror;
51+
const showError = !!queryParams.error;
5252
const errorType = queryParams.error;
5353
const accessTokensUIEnabled = window.process.env.UI_ACCESS_TOKEN_ENABLED;
5454

0 commit comments

Comments
 (0)