remove marginal sort types
This commit is contained in:
parent
8ea9938cb0
commit
9c93e4f89e
|
@ -35,8 +35,6 @@ export const ITEM_TYPES = context => {
|
||||||
items.push('freebies')
|
items.push('freebies')
|
||||||
if (context === 'user') {
|
if (context === 'user') {
|
||||||
items.push('jobs', 'bookmarks')
|
items.push('jobs', 'bookmarks')
|
||||||
} else {
|
|
||||||
items.push('outlawed', 'borderland')
|
|
||||||
}
|
}
|
||||||
return items
|
return items
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue