sensor List ?

This commit is contained in:
snoop 2017-08-25 13:05:18 +09:00
parent 772bc4ca24
commit 43b325735b

View File

@ -46,7 +46,7 @@ export function mapDispatchToProps(dispatch: Dispatch<any>): SensorListDispatchP
dispatch(routerPush('/sensor/' + String(id)));
},
onAddSensor: (infraId: string) => {
dispatch(routerPush('/sensor_setup/' + String(infraId)));
dispatch(routerPush('/sensor_setup/' + infraId));
},
};
}