Skip to content

Commit

Permalink
after review
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinzrihen committed Jun 14, 2024
1 parent c6fe354 commit 3cf63ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ function MapFooterButtons({ index, positions, navigateMarkers }: TMapFooterButto
return (
<div className="map-footer-buttons">
<RightOutlined
title={'right-chevron'}
className={`${checkIfValidStep(rightStep) ? '' : 'disabled'}`}
onClick={() => navigateMarkers(rightStep)}
/>
<LeftOutlined
title={'left-chevron'}
className={`${checkIfValidStep(leftStep) ? '' : 'disabled'}`}
onClick={() => navigateMarkers(leftStep)}
/>
Expand Down

0 comments on commit 3cf63ba

Please sign in to comment.