Skip to content

Commit

Permalink
Fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jul 1, 2024
1 parent 6331a1f commit c8f5758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/react/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ function EventItem({ event }: { event: Event }) {
) : null}
</div>
<img
src={image}
src={image || ""}
className="w-full h-full object-cover"
alt="event cover image"
/>
Expand Down

0 comments on commit c8f5758

Please sign in to comment.