Skip to content

Commit

Permalink
Merge pull request #1543 from 3b7ameed/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Sep 22, 2021
2 parents 1a85a20 + 7c5b005 commit 4fbd29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/createAsyncThunk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ const usersSlice = createSlice({
})

const UsersComponent = () => {
const { users, loading, error } = useSelector((state) => state.users)
const { entities, loading, error } = useSelector((state) => state.users)
const dispatch = useDispatch()

const fetchOneUser = async (userId) => {
Expand Down

0 comments on commit 4fbd29f

Please sign in to comment.