Skip to content

Commit

Permalink
fixes from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-vinitha committed Jul 9, 2024
1 parent 6d3850d commit 7478af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/robot/tsx/robot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ export class Robot extends React.Component {
stopAutonomousClients() {
this.stopMoveBaseClient();
this.stopMoveToPregraspClient();
}
}

stopTrajectoryClient() {
if (!this.trajectoryClient) throw "trajectoryClient is undefined";
Expand Down

0 comments on commit 7478af9

Please sign in to comment.