mirror of
https://github.com/coaidev/coai.git
synced 2025-06-08 06:40:32 +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) {
|
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) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user