cleanup
This commit is contained in:
@@ -36,7 +36,7 @@ defineEmits<Emits>();
|
||||
|
||||
const marketTaxStore = useMarketTaxStore();
|
||||
|
||||
const threshold = useStorage('market-axquisition-threshold', 10);
|
||||
const threshold = useStorage('market-aquisition-threshold', 10);
|
||||
const filter = ref("");
|
||||
const { sortedArray, headerProps } = useSort<Result>(computed(() => props.items
|
||||
.filter(r => r.type.name.toLowerCase().includes(filter.value.toLowerCase()))
|
||||
|
||||
Reference in New Issue
Block a user