formatting

This commit is contained in:
Proddy
2022-12-10 11:56:28 +01:00
parent 923494fdce
commit e67fde24f1
5 changed files with 26 additions and 20 deletions

View File

@@ -37,9 +37,9 @@ const DeviceIcon: FC<DeviceIconProps> = ({ type }) => {
case 'Gateway':
return <AiOutlineGateway />;
case 'Alert':
return <AiOutlineAlert />;
return <AiOutlineAlert />;
case 'Pump':
return <AiOutlineChrome />;
return <AiOutlineChrome />;
default:
return null;
}