Fix arrow-parens lint error in VerifyMagicLinkPage
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -48,7 +48,7 @@ export default function VerifyMagicLinkPagePageMutation() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hasExpiredToken = errors.some(
|
const hasExpiredToken = errors.some(
|
||||||
(err) => err.message === "token has expired",
|
err => err.message === "token has expired",
|
||||||
);
|
);
|
||||||
|
|
||||||
toast({
|
toast({
|
||||||
|
|||||||
Reference in New Issue
Block a user