diff --git a/webui/src/Components/Group.jsx b/webui/src/Components/Group.jsx index 554b0a0..c6182a6 100644 --- a/webui/src/Components/Group.jsx +++ b/webui/src/Components/Group.jsx @@ -57,19 +57,19 @@ function Group({id, name, permissions}) { {(iCan("manage") || iCan("write") || iCan("delete")) && ( - {iCan("manage") && ( - - )} - {" "} - {hasLights && iCan("write") && ( - - )} - {" "} - {iCan("delete") && (id > 0) && ( - - )} + {iCan("manage") && ( + + )} + {" "} + {hasLights && iCan("write") && ( + + )} + {" "} + {iCan("delete") && (id > 0) && ( + + )} - )} + )} {colorModal && (