mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[editor] Fix: Token badges had no spacing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4818a3105f
commit
ee6670212b
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@
|
|||
<b-badge
|
||||
v-for="module in token.modules"
|
||||
:key="module"
|
||||
class="mr-1"
|
||||
>{{ module === '*' ? 'ANY' : module }}</b-badge>
|
||||
</span>
|
||||
<b-button
|
||||
|
|
Loading…
Reference in a new issue