File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/javascript/components/admin/manage_users Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,12 @@ export default function BannedPendingUsersTable({
3333 return < EmptyUsersList text = { t ( 'admin.manage_users.empty_pending_users' ) } subtext = { t ( 'admin.manage_users.empty_pending_users_subtext' ) } /> ;
3434 }
3535 if ( tableType === 'unverified' ) {
36- return < EmptyUsersList text = { t ( 'admin.manage_users.empty_unverified_users' ) } subtext = { t ( 'admin.manage_users.empty_unverified_users_subtext' ) } /> ;
36+ return (
37+ < EmptyUsersList
38+ text = { t ( 'admin.manage_users.empty_unverified_users' ) }
39+ subtext = { t ( 'admin.manage_users.empty_unverified_users_subtext' ) }
40+ />
41+ ) ;
3742 }
3843
3944 return < EmptyUsersList text = { t ( 'admin.manage_users.empty_banned_users' ) } subtext = { t ( 'admin.manage_users.empty_banned_users_subtext' ) } /> ;
You can’t perform that action at this time.
0 commit comments