Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvidrine committed Dec 2, 2024
1 parent 3c1fc17 commit a546841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default class UpcomingEventsList extends Component {
<div class="upcoming-events-list__event-content">
<span
class="upcoming-events-list__event-name"
title="{{or event.name event.post.topic.title}}"
title={{or event.name event.post.topic.title}}
>
{{or event.name event.post.topic.title}}
</span>
Expand Down

0 comments on commit a546841

Please sign in to comment.