Progress
This commit is contained in:
@@ -60,7 +60,7 @@ class Reposts extends ImmutablePureComponent {
|
||||
>
|
||||
{
|
||||
accountIds.map(id =>
|
||||
<AccountContainer key={id} id={id} withNote={false} />
|
||||
<AccountContainer key={id} id={id} />
|
||||
)
|
||||
}
|
||||
</ScrollableList>
|
||||
|
||||
Reference in New Issue
Block a user