Fix points history to include circle members

This commit is contained in:
Marc Julien Bach
2026-05-16 16:06:09 +02:00
parent 3d170d88fb
commit 995b1fe63c

View File

@@ -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)