frontend/controls/move/move_controls.tsx
Function MoveControls
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const MoveControls = (props: MoveControlsProps) => {
const { location_data, informational_settings } = props.bot.hardware;
const locationData = validBotLocationData(location_data);
const botOnline = isBotOnlineFromState(props.bot);
const { busy, locked } = props.bot.hardware.informational_settings;