Remove extra unicode character.

This commit is contained in:
Bauke 2022-11-23 14:43:04 +01:00
parent 42b5c3ece9
commit 8432825c1e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class ImportButton extends Component<Props, State> {
location.hash.slice(fragmentPrefix.length),
);
const invalidRedirectError = "This isn't a valid redirect. ☹";
const invalidRedirectError = "This isn't a valid redirect. ☹";
if (
!narrowMatcherType(decoded.matcherType) ||