Update src/pages/app/dashboard.js

This commit is contained in:
Pierre Huyghe
2021-08-10 13:09:12 +02:00
committed by GitHub
parent cfad352903
commit 1e927838d0
+1 -1
View File
@@ -10,7 +10,7 @@ import TopNavbar from '../../components/dashboard/TopNavbar';
const Dashboard = ({ user }) => {
const { t } = useTranslation();
const [resumes, setResumes] = useState([]);
const [loading, setLoading] = useState(false);
const [loading, setLoading] = useState(true);
useEffect(() => {
const resumesRef = 'resumes';