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:
@@ -11,7 +11,7 @@ import {
|
|||||||
|
|
||||||
const initialState = ImmutableMap({
|
const initialState = ImmutableMap({
|
||||||
featured: ImmutableMap({
|
featured: ImmutableMap({
|
||||||
items: ImmutableList(),
|
items: [],
|
||||||
isError: false,
|
isError: false,
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user