Skip to content
Snippets Groups Projects
Commit c3ea55a3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

change button text on show/hide

parent 8b5ac299
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!200Resolve "[MIN-113] Show comments on the map"
Pipeline #90981 passed with warnings
...@@ -88,7 +88,7 @@ export const MapNavigation = (): JSX.Element => { ...@@ -88,7 +88,7 @@ export const MapNavigation = (): JSX.Element => {
variantStyles="secondary" variantStyles="secondary"
onClick={() => toggleComments()} onClick={() => toggleComments()}
> >
Show Comments {commentsOpen ? 'Hide Comments' : 'Show Comments'}
</Button> </Button>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment