Updated shop reducer items to be array not immutable list
• Updated: - shop reducer items to be array not immutable list
This commit is contained in:
parent
20ef23659c
commit
0de2aad117
@ -11,7 +11,7 @@ import {
|
||||
|
||||
const initialState = ImmutableMap({
|
||||
featured: ImmutableMap({
|
||||
items: ImmutableList(),
|
||||
items: [],
|
||||
isError: false,
|
||||
isLoading: false,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user