[Store] Disable upcoming section

pull/62/head
Oj18 3 years ago
parent 2f04af40d2
commit 78ecd5db2d

@ -730,11 +730,11 @@ export default (goosemodScope, gmSettings, Items) => {
sort: (a, b) => b.lastUpdated - a.lastUpdated
},
{
/* {
type: 'store-category',
text: '#store.categories.upcoming#',
sort: (a, b) => upcomingVal(b) - upcomingVal(a)
},
}, */
{
type: 'store-header',

Loading…
Cancel
Save