enable load more on accepted queue

This commit is contained in:
riley
2017-04-28 11:41:03 -06:00
parent bfb2eb30e2
commit ace3e2398b
@@ -39,6 +39,9 @@ export const loadMore = (fetchMore) => ({limit, cursor, sort, tab, asset_id}) =>
case 'all':
statuses = null;
break;
case 'accepted':
statuses = ['ACCEPTED'];
break;
case 'premod':
statuses = ['PREMOD'];
break;