auto formatting (npm run format)

This commit is contained in:
proddy
2022-01-24 20:58:54 +01:00
parent a2b9b9e0c8
commit 65be8ba6f7

View File

@@ -249,9 +249,7 @@ const DashboardData: FC = () => {
}} }}
/> />
)} )}
{deviceValue.h && ( {deviceValue.h && <FormHelperText>{deviceValue.h}</FormHelperText>}
<FormHelperText>{deviceValue.h}</FormHelperText>
)}
</DialogContent> </DialogContent>
<DialogActions> <DialogActions>
<Button <Button