Change counters to be displayed on profile timelines in web UI (#30525)
This commit is contained in:
parent
4655be0da6
commit
3c435f9ba0
|
@ -199,6 +199,7 @@ class AccountTimeline extends ImmutablePureComponent {
|
|||
emptyMessage={emptyMessage}
|
||||
bindToDocument={!multiColumn}
|
||||
timelineId='account'
|
||||
withCounters
|
||||
/>
|
||||
</Column>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue