FIX: `undefined` label on Top dropdown on mobile
This commit is contained in:
parent
ef436a5775
commit
e8522e839b
|
@ -1,10 +1,10 @@
|
|||
<div class='contents'>
|
||||
{{#if showTable}}
|
||||
{{#if top}}
|
||||
<div class='top-lists'>
|
||||
{{top-period-chooser period=period}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if showTable}}
|
||||
<table class='topic-list'>
|
||||
{{#if topicTrackingState.hasIncoming}}
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue