diff --git a/src/views/User/UserPoints.jsx b/src/views/User/UserPoints.jsx index 04cb6df..7ab2dee 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) + } = useChoresHistory(7, true) const { data: userProfile } = useUserProfile() const [selectedUser, setSelectedUser] = useState(userProfile?.id)