Skip to content

Commit d8f42c2

Browse files
committed
check
1 parent 07e3346 commit d8f42c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { Link } from "react-router-dom";
1919
const Home = () => {
2020
const { t } = useLanguage();
2121
const { personalInfoData } = usePersonalInfo();
22-
const { fetchWeeklyWorkouts, weeklyWorkouts } = useWorkouts();
22+
const { fetchWeeklyWorkouts, weeklyWorkouts = [] } = useWorkouts();
2323

2424
useEffect(() => {
2525
fetchWeeklyWorkouts();

0 commit comments

Comments
 (0)