pl-fe: do not display default follow action when unauthenticated
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -160,7 +160,7 @@ const Account = ({
|
||||
|
||||
if (!withRelationship) return null;
|
||||
|
||||
if (account.id !== me) {
|
||||
if (me && account.id !== me) {
|
||||
return <ActionButton account={account} actionType={actionType} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user