X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fcomponents%2Fpost%2Fpost.tsx;h=b602f309285cab92ffcdaa40ed7029c371fd916f;hb=e0cc7ba3c35994a490038d417686f1198cb58018;hp=51365803490cef2da1bb7956c004e8a2211227da;hpb=6e3ebbd085f0ec334984c4a16d2bbcb45c96f37e;p=lemmy-ui.git diff --git a/src/shared/components/post/post.tsx b/src/shared/components/post/post.tsx index 5136580..b602f30 100644 --- a/src/shared/components/post/post.tsx +++ b/src/shared/components/post/post.tsx @@ -552,7 +552,6 @@ export class Post extends Component { community_view={res.data.community_view} moderators={res.data.moderators} admins={this.state.siteRes.admins} - online={res.data.online} enableNsfw={enableNsfw(this.state.siteRes)} showIcon allLanguages={this.state.siteRes.all_languages}