Fix points history to include circle members

This commit is contained in:
Marc Julien Bach
2026-04-18 04:39:28 +02:00
parent c6865f48f5
commit d0e2771a2f

View File

@@ -62,7 +62,7 @@ const UserPoints = () => {
data: choresHistoryData, data: choresHistoryData,
isLoading: isChoresHistoryLoading, isLoading: isChoresHistoryLoading,
handleLimitChange: handleChoresHistoryLimitChange, handleLimitChange: handleChoresHistoryLimitChange,
} = useChoresHistory(7) } = useChoresHistory(7, true)
const { data: userProfile } = useUserProfile() const { data: userProfile } = useUserProfile()
const [selectedUser, setSelectedUser] = useState(userProfile?.id) const [selectedUser, setSelectedUser] = useState(userProfile?.id)