mirror of https://github.com/bra1n/townsquare.git
fix broken reminders for custom roles (closes #44)
This commit is contained in:
parent
036f61fed0
commit
bc07255366
|
@ -154,9 +154,8 @@
|
||||||
<span
|
<span
|
||||||
class="icon"
|
class="icon"
|
||||||
v-bind:style="{
|
v-bind:style="{
|
||||||
backgroundImage: `url(${require('../assets/icons/' +
|
backgroundImage: `url(${reminder.image ||
|
||||||
reminder.role +
|
require('../assets/icons/' + reminder.role + '.png')})`
|
||||||
'.png')})`
|
|
||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<span class="text">{{ reminder.name }}</span>
|
<span class="text">{{ reminder.name }}</span>
|
||||||
|
|
Loading…
Reference in New Issue