Skip to content

Commit

Permalink
style: sonarlint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
  • Loading branch information
aalemayhu committed Jan 2, 2025
1 parent 5a349e0 commit a8d0e44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ const queryClient = new QueryClient();
function AppContent({
error,
setErrorMessage,
}: {
}: Readonly<{
error: Error | null;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
setErrorMessage: (error: unknown) => void;
}) {
}>) {
const { data } = useUserLocals();
const isLoggedIn = !!data?.user?.id;
return (
Expand Down

0 comments on commit a8d0e44

Please sign in to comment.