Add 'group' tag to accounts
This commit is contained in:
parent
885f23d405
commit
50f0b38f42
1 changed files with 8 additions and 1 deletions
|
@ -275,6 +275,13 @@ function AccountInfo({
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
{group && (
|
||||||
|
<>
|
||||||
|
<span class="tag">
|
||||||
|
<Icon icon="group" /> Group
|
||||||
|
</span>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
<div
|
<div
|
||||||
class="note"
|
class="note"
|
||||||
onClick={handleContentLinks({
|
onClick={handleContentLinks({
|
||||||
|
@ -673,7 +680,7 @@ function RelatedActions({ info, instance, authenticated }) {
|
||||||
openTrigger="clickOnly"
|
openTrigger="clickOnly"
|
||||||
direction="bottom"
|
direction="bottom"
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
shift={-16}
|
shift={16}
|
||||||
label={
|
label={
|
||||||
<>
|
<>
|
||||||
<Icon icon="mute" />
|
<Icon icon="mute" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue