If buff's target is "self", dialog is no longer shown
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user