this repo has no description
0
fork

Configure Feed

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

Remove the @ if short or empty display name

Experimental as the '@' seems superfluous

+2 -2
+2 -2
src/components/name-text.jsx
··· 71 71 )} 72 72 </> 73 73 ) : short ? ( 74 - <i>@{username}</i> 74 + <i>{username}</i> 75 75 ) : ( 76 - <b>@{username}</b> 76 + <b>{username}</b> 77 77 )} 78 78 {showAcct && ( 79 79 <>