remove marginal sort types

This commit is contained in:
keyan 2023-07-25 20:05:12 -05:00
parent 8ea9938cb0
commit 9c93e4f89e
1 changed files with 0 additions and 2 deletions

View File

@ -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
}