@@ -416,7 +416,9 @@ onMounted(() => {
if (mk !== null) {
marketType.value = mk;
}
- updateSolutions(true);
+ setTimeout(() => {
+ updateSolutions(true);
+ }, 100);
});
onUnmounted(() => {