diff --git a/src/components/status.jsx b/src/components/status.jsx index d1a3f77d..16209bd5 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -271,7 +271,7 @@ function Status({ ))} - {inReplyToAccount && !withinContext && size !== 's' && ( + {inReplyToAccountId && !withinContext && size !== 's' && (
) : ( - <> - {' '} - - + !!inReplyToAccount && ( + <> + {' '} + + + ) )}
)}