mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 17:54:20 +02:00
refactor
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<FormSection first>
|
||||
<template #label>{{ i18n.ts.rolesAssignedToMe }}</template>
|
||||
<div class="_gaps_s">
|
||||
<MkRolePreview v-for="role in $i.roles" :key="role.id" :role="role" :for-moderation="false"/>
|
||||
<MkRolePreview v-for="role in $i.roles" :key="role.id" :role="role" :forModeration="false"/>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
|
||||
Reference in New Issue
Block a user