diff --git a/portal/src/graphql/adminapi/UsersList.tsx b/portal/src/graphql/adminapi/UsersList.tsx index 8b97538722..0fe1250019 100644 --- a/portal/src/graphql/adminapi/UsersList.tsx +++ b/portal/src/graphql/adminapi/UsersList.tsx @@ -368,7 +368,7 @@ const UsersList: React.VFC = function UsersList(props) { } return ( - {text} + {text} ); }, []); @@ -381,7 +381,7 @@ const UsersList: React.VFC = function UsersList(props) { } return ( - {text} + {text} ); }, []);