Bug Fixing

This commit is contained in:
2022-02-04 20:20:04 +07:00
parent 8ec940d618
commit a790a23c93
3 changed files with 16 additions and 14 deletions

View File

@@ -412,8 +412,8 @@ export const DetailUser = observer(() => {
Detail User
</Title>
<Col
lg={store.authentication.userData.role === "Admin" ? 18 : 13}
xs={store.authentication.userData.role === "Admin" ? 18 : 13}
lg={store.authentication.userData.role === "Admin" ? 18 : 17}
xs={store.authentication.userData.role === "Admin" ? 18 : 17}
style={{ textAlign: "right" }}
>
<Space