diff --git a/src/views/User/UserPoints.jsx b/src/views/User/UserPoints.jsx index 7ab2dee..04cb6df 100644 --- a/src/views/User/UserPoints.jsx +++ b/src/views/User/UserPoints.jsx @@ -62,7 +62,7 @@ const UserPoints = () => { data: choresHistoryData, isLoading: isChoresHistoryLoading, handleLimitChange: handleChoresHistoryLimitChange, - } = useChoresHistory(7, true) + } = useChoresHistory(7) const { data: userProfile } = useUserProfile() const [selectedUser, setSelectedUser] = useState(userProfile?.id)