mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Detect hbr topic list customizations (#29793)
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="<TopicListItem> - latest" class="half-size">
|
||||
{{#if this.currentUser.use_glimmer_topic_list}}
|
||||
{{#if this.currentUser.canUseGlimmerTopicList}}
|
||||
<TopicList::LatestTopicListItem @topic={{@dummy.topic}} />
|
||||
{{else}}
|
||||
<LatestTopicListItem @topic={{@dummy.topic}} />
|
||||
|
Reference in New Issue
Block a user