don't render custom devices while editing

This commit is contained in:
MichaelDvP
2022-09-11 11:20:29 +02:00
parent f0489cb918
commit 345f05b23f

View File

@@ -533,7 +533,7 @@ const SettingsCustomization: FC = () => {
{LL.DEVICE_ENTITIES()} {LL.DEVICE_ENTITIES()}
</Typography> </Typography>
{renderDeviceList()} {renderDeviceList()}
{renderDeviceData()} {!deviceEntity && renderDeviceData()}
<Box display="flex" flexWrap="wrap"> <Box display="flex" flexWrap="wrap">
<Box flexGrow={1}> <Box flexGrow={1}>
<ButtonRow> <ButtonRow>