From 57c905a6894b5657637c7cc71837f4eb81bc89c9 Mon Sep 17 00:00:00 2001 From: Z Date: Fri, 10 Jul 2020 11:41:42 +0800 Subject: [PATCH] minor change --- app/javascript/mastodon/features/status/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/javascript/mastodon/features/status/index.js b/app/javascript/mastodon/features/status/index.js index a31925f4c2..3c660c00a2 100644 --- a/app/javascript/mastodon/features/status/index.js +++ b/app/javascript/mastodon/features/status/index.js @@ -163,7 +163,7 @@ const makeMapStateToProps = () => { const root_status = ancestorsIds.size? getStatus(state, {id: ancestorsIds.get(0)}) : status; rootAcct = root_status? root_status.getIn(['account', 'id']) : null; if(rootAcct == treeAcct) { - deep = ancestorsIds.size; + deep = ancestorsIds.size; descendantsIds = state.getIn(['contexts', 'replies', status.get('id')]); if(descendantsIds) descendantsIds = descendantsIds.reverse(); @@ -592,7 +592,7 @@ class Status extends ImmutablePureComponent { showBackButton multiColumn={multiColumn} extraButton={( - + )} /> @@ -607,7 +607,7 @@ class Status extends ImmutablePureComponent { :