Skip to content

Commit

Permalink
add todo and eslint disable line
Browse files Browse the repository at this point in the history
Signed-off-by: vallq <val@openrobotics.org>
  • Loading branch information
vallq committed Dec 9, 2021
1 parent f32e776 commit 3d22d09
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default React.forwardRef(function ScheduleVisualizer({
const { trajectoryManager: trajManager } = React.useContext(RmfIngressContext) || {};
const [
scheduleVisualizerSettings,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
setScheduleVisualizerSettings,
] = React.useState<ScheduleVisualizerSettings>(() => {
const settings = window.localStorage.getItem(SettingsKey);
Expand Down Expand Up @@ -421,6 +422,7 @@ export default React.forwardRef(function ScheduleVisualizer({
/>
</LayersControl.Overlay>
</LayersControl>
{/*todo: Fix Trajectory Time Control component in react-components with react-leaflet v3.1.0*/}
{/* <TrajectoryTimeControl
position="topleft"
value={trajectoryTime}
Expand Down

0 comments on commit 3d22d09

Please sign in to comment.