Merge pull request #100 from donetick/revert-93-fix/points-members-history
Revert "fix: points history to include circle members [for donetick/donetick#362]"
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user