Skip to content

Commit

Permalink
fix: type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jan 8, 2024
1 parent 7ce7e6e commit 57ed843
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/routes/admin/Market.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ type MarketImageProps = {
};

function MarketImage({ image, idx, dispatch }: MarketImageProps) {
const { t } = useTranslation();

return (
<div className={`market-images`}>
{modelImages.map((source) => (
Expand Down

0 comments on commit 57ed843

Please sign in to comment.