Commit 6a659a5f authored by Bill's avatar Bill

fix: priceStrategy

parent 13efecec
......@@ -30,7 +30,7 @@ export interface PriceSettingProps {
}
const fetchShopLists = async () => {
return await fectchShopListsSource({type: 1})
return await fectchShopListsSource({type: 1});
}
const PriceSetting:React.FC<PriceSettingProps> = (props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment