This commit is contained in:
2023-09-21 17:56:54 +02:00
parent f8e7c95c8b
commit 1c882e0d1c

View File

@@ -34,6 +34,10 @@ const addItem = async () => {
const type = await getMarketType(item.value.split('\t')[0]);
item.value = "";
if (!type) {
// TODO: Show error
return;
}
addOrRelaod(type);
}