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
|
||||
class="icon"
|
||||
v-bind:style="{
|
||||
backgroundImage: `url(${require('../assets/icons/' +
|
||||
reminder.role +
|
||||
'.png')})`
|
||||
backgroundImage: `url(${reminder.image ||
|
||||
require('../assets/icons/' + reminder.role + '.png')})`
|
||||
}"
|
||||
></span>
|
||||
<span class="text">{{ reminder.name }}</span>
|
||||
|
|
Loading…
Reference in New Issue