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