Fix quoted posts appearing between text and media (#35011)
This commit is contained in:
parent
933ee420c3
commit
722fb1ff55
2 changed files with 5 additions and 5 deletions
|
@ -588,10 +588,10 @@ class Status extends ImmutablePureComponent {
|
||||||
{...statusContentProps}
|
{...statusContentProps}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{children}
|
|
||||||
|
|
||||||
{media}
|
{media}
|
||||||
{hashtagBar}
|
{hashtagBar}
|
||||||
|
|
||||||
|
{children}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
|
@ -377,12 +377,12 @@ export const DetailedStatus: React.FC<{
|
||||||
{...(statusContentProps as any)}
|
{...(statusContentProps as any)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{media}
|
||||||
|
{hashtagBar}
|
||||||
|
|
||||||
{status.get('quote') && (
|
{status.get('quote') && (
|
||||||
<QuotedStatus quote={status.get('quote')} />
|
<QuotedStatus quote={status.get('quote')} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{media}
|
|
||||||
{hashtagBar}
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue