aligning table formatting and style

This commit is contained in:
proddy
2024-11-06 20:33:04 +01:00
parent b193b45f1f
commit 2623178a00
2 changed files with 9 additions and 10 deletions

View File

@@ -522,7 +522,7 @@ const Devices = () => {
<IconContext.Provider
value={{
color: 'lightblue',
size: '18',
size: '16',
style: { verticalAlign: 'middle' }
}}
>
@@ -573,7 +573,9 @@ const Devices = () => {
const deviceValueDialogClose = () => {
setDeviceValueDialogOpen(false);
void sendDeviceData(selectedDevice);
if (selectedDevice !== undefined) {
void sendDeviceData(selectedDevice);
}
};
const renderDeviceData = () => {