@@ -247,7 +247,9 @@ function handleInventory() {
}
loading.value = false;
- );
+ ).catch(res => {
+ loading.value = false;
+ });
})