diff --git a/src/components/UserList/index.tsx b/src/components/UserList/index.tsx index 457fb402..2271e907 100644 --- a/src/components/UserList/index.tsx +++ b/src/components/UserList/index.tsx @@ -750,16 +750,19 @@ const UserList = () => { > {intl.formatMessage(messages.created)} - + {(data.results ?? []).length > 1 && ( - +
+ +
)}
@@ -871,11 +874,13 @@ const UserList = () => { day: 'numeric', })} - +