diff --git a/app/javascript/gabsocial/reducers/shop.js b/app/javascript/gabsocial/reducers/shop.js index ac383564..07b7724b 100644 --- a/app/javascript/gabsocial/reducers/shop.js +++ b/app/javascript/gabsocial/reducers/shop.js @@ -11,7 +11,7 @@ import { const initialState = ImmutableMap({ featured: ImmutableMap({ - items: ImmutableList(), + items: [], isError: false, isLoading: false, }),