const {
mod_feature_post: { featured, is_featured_community },
post: { id, name },
+ community,
} = view as ModFeaturePostView;
return (
<span>
Post <Link to={`/post/${id}`}>{name}</Link>
</span>
- <span>{is_featured_community ? " In Community" : " In Local"}</span>
+ <span>
+ {is_featured_community
+ ? " in community "
+ : " in Local, from community "}
+ </span>
+ <CommunityLink community={community} />
</>
);
}
return (
<>
- <span>Purged a Post from from </span>
+ <span>Purged a Post from </span>
<CommunityLink community={community} />
{reason && (
<span>