diff --git a/services/frontend/src/pages/Competition/index.tsx b/services/frontend/src/pages/Competition/index.tsx index b434fa8..290e979 100644 --- a/services/frontend/src/pages/Competition/index.tsx +++ b/services/frontend/src/pages/Competition/index.tsx @@ -35,6 +35,7 @@ const CompetitionPage = () => { } }; + console.log(competition) return (
{
- {competition.image_url && ( -
- {competition.title} -
- )} +
+ {competition.title} +
@@ -67,7 +66,7 @@ const CompetitionPage = () => {