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