Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jan 24, 2025
1 parent 95b3875 commit 820f171
Showing 1 changed file with 10 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import Component from "@glimmer/component";
import LocationLabelContainer from "../../components/location-label-container";

export default class LocationLabel extends Component {
<template>
{{#if @outletArgs.topic.location}}
<span class="location-after-title">
<LocationLabelContainer
@topic={{@outletArgs.topic}}
@parent="topic-list"
/>
</span>
{{/if}}
</template>
}
<template>
{{#if @outletArgs.topic.location}}
<span class="location-after-title">
<LocationLabelContainer

Check failure on line 4 in assets/javascripts/discourse/connectors/topic-list-after-title/location-label.gjs

View workflow job for this annotation

GitHub Actions / ci / linting

'LocationLabelContainer' is not defined
@topic={{@outletArgs.topic}}
@parent="topic-list"
/>
</span>
{{/if}}
</template>

0 comments on commit 820f171

Please # to comment.