Prettiered

This commit is contained in:
mario siqueira 2020-03-26 18:13:38 -03:00
parent 2c86eb5cf1
commit acba28af67
1 changed files with 2 additions and 2 deletions

View File

@ -631,8 +631,8 @@ exports.authorView = ({
relationship.following === true &&
relationship.blocking === false;
const contactFormType = areFollowing ? 'unfollow' : 'follow';
const contactFormTypeLabel = areFollowing ? i18n.unfollow : i18n.follow;
const contactFormType = areFollowing ? "unfollow" : "follow";
const contactFormTypeLabel = i18n[contactFormType];
const contactForm =
relationship === null