mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: ✏️ deduplicate class
This commit is contained in:
parent
d1efef1353
commit
316f7c9fa3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
<div
|
||||
v-for="p in _permissions"
|
||||
:key="p"
|
||||
:class="[$style.permission, $style.permission]"
|
||||
:class="[$style.permission]"
|
||||
>
|
||||
<i
|
||||
:class="[`ph-${getIcon(p)}`]"
|
||||
|
|
Loading…
Add table
Reference in a new issue