mirror of
https://github.com/coaidev/coai.git
synced 2025-06-01 11:20:26 +09:00
fix: type checking
This commit is contained in:
parent
7ce7e6e80b
commit
57ed843c5d
@ -207,8 +207,6 @@ type MarketImageProps = {
|
||||
};
|
||||
|
||||
function MarketImage({ image, idx, dispatch }: MarketImageProps) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<div className={`market-images`}>
|
||||
{modelImages.map((source) => (
|
||||
|
Loading…
Reference in New Issue
Block a user