useProfileActionHistory is a paginated hook that lets you fetch profile action history.
useProfileActionHistory
You MUST be authenticated via useLogin to use this hook.
Optional
const { data, loading, error } = useProfileActionHistory(); Copy
const { data, loading, error } = useProfileActionHistory();
useProfileActionHistory
is a paginated hook that lets you fetch profile action history.You MUST be authenticated via useLogin to use this hook.