Skip to content
Snippets Groups Projects

Resolve "Submap's name when selecting an anchor element"

Merged Piotr Gawron requested to merge 303-submap-s-name-when-selecting-an-anchor-element into main
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,7 +19,7 @@ export const AssociatedSubmap = (): React.ReactNode => {
data-testid="associated-submap"
className="flex flex-row flex-nowrap items-center justify-between"
>
<p>Associated Submap: </p>
<p>Associated Submap: {relatedSubmap.name}</p>
<Button className="max-h-8" variantStyles="ghost" onClick={openSubmap}>
Open submap
</Button>
Loading