If buff's target is "self", dialog is no longer shown

This commit is contained in:
Jacob
2017-08-09 15:48:12 +01:00
parent 818cb3905f
commit c9fe2f17a0
2 changed files with 71 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
<template name="customBuffView">
<td>{{buff.name}}</td>
<td>
<paper-button class="apply-buff-button">Apply</paper-button>
{{#if canEditCharacter buff.charId}}
<paper-button class="apply-buff-button">Apply{{toSelf}}</paper-button>
{{/if}}
</td>
</template>