From bfebc7092b8b39f8a82431230894505e5ba592f4 Mon Sep 17 00:00:00 2001 From: Emily <44536222+emi-hi@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:39:28 -0800 Subject: [PATCH] fix: aligns names vertically in row (#202) --- react/src/users/components/UsersPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/users/components/UsersPage.js b/react/src/users/components/UsersPage.js index c7568c3e..68a00ace 100644 --- a/react/src/users/components/UsersPage.js +++ b/react/src/users/components/UsersPage.js @@ -24,7 +24,7 @@ const UsersPage = (props) => { console.log(userPerms[permissionType]); }; return ( - + { handleRadioChange(event); }} /> { handleRadioChange(event); }} />