Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wisnie committed Jan 1, 2021
1 parent 05be6f9 commit a0ea2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AdminPanel/AdminPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LoadingScreen } from '../LoadingScreen/LoadingScreen';

import styles from './AdminPanel.module.css';

export const AdminPanel: React.FC = () => {
export const AdminPanel: React.VFC = () => {
const [session, isLoading] = useSession();

useEffect(() => {
Expand Down

0 comments on commit a0ea2db

Please sign in to comment.