navbar: Drop obsolete data attribute on ".stream_settings_link".

We stopped sending "data" to this template in
eb4a2b9d4e but we did not remove it
from the template, probably as an oversight.
This commit is contained in:
YashRE42 2020-05-18 11:37:20 +05:30 committed by Tim Abbott
parent be2b8827e1
commit 663d00b643
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<span id="tab_list">
<span {{#if stream_settings_link}}class="stream"{{/if}} {{#if data}}data-name="{{data}}"{{/if}}>
<span {{#if stream_settings_link}}class="stream"{{/if}}>
{{#if icon}}
<i class="fa fa-{{icon}}" aria-hidden="true"></i>
{{/if}}