We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1838121 commit 261a2caCopy full SHA for 261a2ca
1 file changed
apps/ticket/src/shared/components/AuthErrorFallback/index.tsx
@@ -5,7 +5,7 @@ import { useEffect, useState } from "react";
5
import { LoadingWithLayout } from "../LoadingWithLayout";
6
7
export const AuthErrorFallback = () => {
8
- const [isLoading, setIsLoaidng] = useState(true);
+ const [isLoading, setIsLoading] = useState(true);
9
10
useEffect(() => {
11
const tokenReissue = async () => {
0 commit comments