mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
Update src/pages/app/dashboard.js
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user