Skip to content

Commit

Permalink
Refactor conditional logic in DesktopTabletView component
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKato committed Dec 16, 2024
1 parent 812d771 commit 9c4ee8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const DesktopView = ({
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
mapView?.ui?.add(resetButtonRef?.current || '', 'top-right');
return;
} else if (inputType === 'point') {
} else {
// TODO: Fix this the next time the file is edited.
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
mapView?.ui?.add(resetButtonRef?.current || '', 'top-right');
Expand Down

0 comments on commit 9c4ee8d

Please sign in to comment.