diff --git a/client/views/chan.tpl b/client/views/chan.tpl index 351e0b36..857c599f 100644 --- a/client/views/chan.tpl +++ b/client/views/chan.tpl @@ -1,7 +1,7 @@ {{#each channels}}
{{#if unread}}{{roundBadgeNumber unread}}{{/if}} - {{#equal type "lobby"}}{{else}}{{/equal}} + {{#notEqual type "lobby"}}{{/notEqual}} {{name}}
{{/each}}