add T2 and T3 items
This commit is contained in:
@@ -16,7 +16,7 @@ function loadRrr(): number {
|
||||
|
||||
const filters = ref<FilterState>({
|
||||
city: loadCity(),
|
||||
tiers: new Set([4, 5, 6, 7, 8]),
|
||||
tiers: new Set([2, 3, 4, 5, 6, 7, 8]),
|
||||
selectedItemTypes: null,
|
||||
rrr: loadRrr(),
|
||||
nameFilter: '',
|
||||
|
||||
Reference in New Issue
Block a user