All dependecy upgrades + linting fixes.
This commit is contained in:
@@ -19,7 +19,7 @@ const errorLink = onError(
|
||||
}
|
||||
}
|
||||
if (networkError) {
|
||||
if (networkError?.message.includes("JWTExpired")) {
|
||||
if (networkError.message.includes("JWTExpired")) {
|
||||
expired = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user