Skip to content

Commit e089649

Browse files
committed
fixed debug option
1 parent 4ed4124 commit e089649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/private/dashboard/DashBoard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface EnumItemsI extends Array<ItemsI> {
3939
function DashBoard() {
4040
dayjs.extend(quarterOfYear)
4141
dayjs.extend(localizedFormat)
42-
const [error, setError] = useState(true);
42+
const [error, setError] = useState(false);
4343
const [isLoaded, setIsLoaded] = useState(false);
4444
const [items, setItems] = useState<EnumItemsI>([]);
4545
const [count, setCount] = useState(0);

0 commit comments

Comments
 (0)