Mulebot button fix port

This commit is contained in:
Artur
2020-01-23 09:53:09 +02:00
parent 0091da8307
commit 901d3e7a15
+1 -1
View File
@@ -40,7 +40,7 @@ export const Mule = props => {
icon={on ? 'power-off' : 'times'}
content={on ? 'On' : 'Off'}
selected={on}
onClick={() => act('on')}
onClick={() => act('power')}
/>
)} >
<ProgressBar