Remove extra unicode character.
This commit is contained in:
parent
42b5c3ece9
commit
8432825c1e
|
@ -35,7 +35,7 @@ class ImportButton extends Component<Props, State> {
|
||||||
location.hash.slice(fragmentPrefix.length),
|
location.hash.slice(fragmentPrefix.length),
|
||||||
);
|
);
|
||||||
|
|
||||||
const invalidRedirectError = "This isn't a valid redirect. ☹️";
|
const invalidRedirectError = "This isn't a valid redirect. ☹";
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!narrowMatcherType(decoded.matcherType) ||
|
!narrowMatcherType(decoded.matcherType) ||
|
||||||
|
|
Loading…
Reference in New Issue