fix: type checking

This commit is contained in:
Zhang Minghan 2024-01-09 00:08:17 +08:00
parent 7ce7e6e80b
commit 57ed843c5d

View File

@ -207,8 +207,6 @@ type MarketImageProps = {
}; };
function MarketImage({ image, idx, dispatch }: MarketImageProps) { function MarketImage({ image, idx, dispatch }: MarketImageProps) {
const { t } = useTranslation();
return ( return (
<div className={`market-images`}> <div className={`market-images`}>
{modelImages.map((source) => ( {modelImages.map((source) => (