Skip to content

Commit 4fbd29f

Browse files
authored
Merge pull request #1543 from 3b7ameed/patch-1
2 parents 1a85a20 + 7c5b005 commit 4fbd29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createAsyncThunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ const usersSlice = createSlice({
560560
})
561561

562562
const UsersComponent = () => {
563-
const { users, loading, error } = useSelector((state) => state.users)
563+
const { entities, loading, error } = useSelector((state) => state.users)
564564
const dispatch = useDispatch()
565565

566566
const fetchOneUser = async (userId) => {

0 commit comments

Comments
 (0)