We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed4124 commit e089649Copy full SHA for e089649
frontend/src/pages/private/dashboard/DashBoard.tsx
@@ -39,7 +39,7 @@ interface EnumItemsI extends Array<ItemsI> {
39
function DashBoard() {
40
dayjs.extend(quarterOfYear)
41
dayjs.extend(localizedFormat)
42
- const [error, setError] = useState(true);
+ const [error, setError] = useState(false);
43
const [isLoaded, setIsLoaded] = useState(false);
44
const [items, setItems] = useState<EnumItemsI>([]);
45
const [count, setCount] = useState(0);
0 commit comments