feat: bugfix
This commit is contained in:
@@ -244,6 +244,13 @@ module.exports = {
|
|||||||
secure: false,
|
secure: false,
|
||||||
logLevel: 'debug',
|
logLevel: 'debug',
|
||||||
},
|
},
|
||||||
|
'/concept-api': {
|
||||||
|
target: 'http://49.232.185.254:6801',
|
||||||
|
changeOrigin: true,
|
||||||
|
secure: false,
|
||||||
|
logLevel: 'debug',
|
||||||
|
pathRewrite: { '^/concept-api': '' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ const RelatedStocks = ({
|
|||||||
return (
|
return (
|
||||||
<VStack spacing={4}>
|
<VStack spacing={4}>
|
||||||
{[1, 2, 3].map((i) => (
|
{[1, 2, 3].map((i) => (
|
||||||
<HStack key={i} w="100%" spacing={4}>
|
<HStack key={`skeleton-${i}`} w="100%" spacing={4}>
|
||||||
<Skeleton height="20px" width="100px" />
|
<Skeleton height="20px" width="100px" />
|
||||||
<Skeleton height="20px" width="150px" />
|
<Skeleton height="20px" width="150px" />
|
||||||
<Skeleton height="20px" width="80px" />
|
<Skeleton height="20px" width="80px" />
|
||||||
|
|||||||
Reference in New Issue
Block a user