@ -352,7 +352,7 @@ const getMarket = async function () {
: null;
return {
value: child.name,
value: child.id,
label: child.name,
children: grandchildren
};