Skip to content

Commit

Permalink
remove area search from report
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitestudiodesign committed Jul 19, 2024
1 parent 81c2331 commit 8136a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fishing-map/features/map/controls/MapControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const MapControls = ({
{miniGlobeHovered && <MiniGlobeInfo viewport={viewState} />}
</div>
<div className={cx('print-hidden', styles.controlsNested)}>
{showExtendedControls && <MapSearch />}
{(isWorkspaceLocation || isVesselLocation) && !isMapDrawing && <MapSearch />}
<IconButton
icon="plus"
type="map-tool"
Expand Down

0 comments on commit 8136a95

Please sign in to comment.