Merge pull request #93 from MindStudioOfficial/fix/points-members-history

fix: points history to include circle members [for donetick/donetick#362]
This commit is contained in:
Mohamad Tarbin
2026-05-16 00:45:44 -04:00
committed by GitHub

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)