From 9c93e4f89ede9bb131c5d1677ff2385198cb9921 Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 25 Jul 2023 20:05:12 -0500 Subject: [PATCH] remove marginal sort types --- lib/constants.js | 2 -- 1 file changed, 2 deletions(-) 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 }