Remove: 投稿の引用一覧画面から引用表示 (#701)

This commit is contained in:
KMY(雪あすか) 2024-04-08 08:40:31 +09:00 committed by GitHub
parent f2490ab62d
commit 25d7d3c2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -81,7 +81,7 @@ class StatusReferences extends ImmutablePureComponent {
bindToDocument={!multiColumn}
>
{accountIds.map(id =>
<StatusContainer key={id} id={id} withNote={false} />,
<StatusContainer key={id} id={id} withNote={false} withoutQuote />,
)}
</ScrollableList>