mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
chore: format
This commit is contained in:
@@ -170,7 +170,12 @@ export default function addComposerAutocomplete() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span className="PostPreview-content">
|
<span className="PostPreview-content">
|
||||||
<Badge class={`Avatar Badge Badge--group Badge--group--${group.id()} Badge-icon `} color={group.color()} type="group" icon={group.icon()} />
|
<Badge
|
||||||
|
class={`Avatar Badge Badge--group Badge--group--${group.id()} Badge-icon `}
|
||||||
|
color={group.color()}
|
||||||
|
type="group"
|
||||||
|
icon={group.icon()}
|
||||||
|
/>
|
||||||
<span className="username">{groupName}</span>
|
<span className="username">{groupName}</span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user