diff --git a/lib/constants.js b/lib/constants.js index 32600de0..e77a203d 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -35,8 +35,6 @@ export const ITEM_TYPES = context => { items.push('freebies') if (context === 'user') { items.push('jobs', 'bookmarks') - } else { - items.push('outlawed', 'borderland') } return items }