From d101208baa7ef24df8fe7fa29d44570648cc6277 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 25 May 2024 16:34:10 +0530 Subject: [PATCH] tsc --- web/apps/auth/src/pages/auth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/auth/src/pages/auth.tsx b/web/apps/auth/src/pages/auth.tsx index e5d354defa..b47a17a4b9 100644 --- a/web/apps/auth/src/pages/auth.tsx +++ b/web/apps/auth/src/pages/auth.tsx @@ -23,7 +23,7 @@ import { getAuthCodes } from "services/remote"; const AuthenticatorCodesPage = () => { const appContext = useContext(AppContext); const router = useRouter(); - const [codes, setCodes] = useState([]); + const [codes, setCodes] = useState([]); const [hasFetched, setHasFetched] = useState(false); const [searchTerm, setSearchTerm] = useState("");