Skip to content

Commit

Permalink
Update src/routes/events/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
1989ONCE and coderabbitai[bot] authored Nov 27, 2024
1 parent ceabeb1 commit f812878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function EventCard({ event }: { event: Event }) {
</p>
<p className="text-sm flex items-center">
<PinIcon fill="currentColor" stroke="#ffffff" size={24} />
{event.location}
{event.location || '位置未提供'}
</p>
</div>
</div>
Expand Down

0 comments on commit f812878

Please sign in to comment.