diff --git a/web/screens/ExploreModels/ExploreModelItem/index.tsx b/web/screens/ExploreModels/ExploreModelItem/index.tsx index 7d115e34f..bbfad04b2 100644 --- a/web/screens/ExploreModels/ExploreModelItem/index.tsx +++ b/web/screens/ExploreModels/ExploreModelItem/index.tsx @@ -60,7 +60,7 @@ const ExploreModelItem = forwardRef(({ model }, ref) => {
{model.metadata.tags.map((tag, i) => ( - + {tag} ))}