this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't need to show role as account-block is showing it

+2 -2
+2 -2
src/components/account-info.jsx
··· 710 710 <Icon icon="group" /> <Trans>Group</Trans> 711 711 </span> 712 712 )} 713 - {roles?.map((role) => ( 713 + {/* {roles?.map((role) => ( 714 714 <span class="tag"> 715 715 {role.name} 716 716 {!!accountInstance && ( ··· 722 722 </> 723 723 )} 724 724 </span> 725 - ))} 725 + ))} */} 726 726 <div 727 727 class="note" 728 728 dir="auto"