Characters menu item now shows up when no characters yet exist
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template name="characterSideList">
|
||||
<core-item icon="social:people" label="Characters"></core-item>
|
||||
{{#if characters.count}}
|
||||
<core-item icon="social:people" label="Characters"></core-item>
|
||||
<div>
|
||||
{{#each characters}}
|
||||
<div class="singleLineItem">{{name}}</div>
|
||||
|
||||
Reference in New Issue
Block a user