Adding conditions now works again

This commit is contained in:
Jacob
2017-08-09 11:36:45 +01:00
parent dad575de64
commit 0d023e2ba3
3 changed files with 10 additions and 4 deletions

View File

@@ -9,8 +9,8 @@
</div>
<div flex class="bottom list">
<div class="conditionsList">
{{#each conditions}}
{{>buffListItem}}
{{#each condition in conditions}}
{{>buffListItem buff=condition}}
{{/each}}
</div>
{{#if totalBuffs.count}}