2
0

Change counters to be displayed on profile timelines in web UI (#30525)

This commit is contained in:
Eugen Rochko
2024-06-06 01:52:46 +02:00
committed by GitHub
parent 4655be0da6
commit 3c435f9ba0

View File

@@ -199,6 +199,7 @@ class AccountTimeline extends ImmutablePureComponent {
emptyMessage={emptyMessage} emptyMessage={emptyMessage}
bindToDocument={!multiColumn} bindToDocument={!multiColumn}
timelineId='account' timelineId='account'
withCounters
/> />
</Column> </Column>
); );