From 64477f3b7fdd41cd0f4c7efcfa1d9e3e8c841d42 Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 5 Jul 2020 22:27:14 -0600 Subject: [PATCH] Remove the applicationLink --- app/soapbox/features/status/components/detailed_status.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/soapbox/features/status/components/detailed_status.js b/app/soapbox/features/status/components/detailed_status.js index e82fb5990..e3e5fabec 100644 --- a/app/soapbox/features/status/components/detailed_status.js +++ b/app/soapbox/features/status/components/detailed_status.js @@ -91,7 +91,6 @@ export default class DetailedStatus extends ImmutablePureComponent { } let media = ''; - let applicationLink = ''; let reblogLink = ''; let reblogIcon = 'retweet'; @@ -151,10 +150,6 @@ export default class DetailedStatus extends ImmutablePureComponent { media = ; } - if (status.get('application')) { - applicationLink = · {status.getIn(['application', 'name'])}; - } - if (status.get('visibility') === 'direct') { reblogIcon = 'envelope'; } else if (status.get('visibility') === 'private') { @@ -204,7 +199,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
- {reblogLink} {applicationLink} · + {reblogLink} ·