Skip to content

Commit

Permalink
Fix selection in color map
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAsAChimp committed Jun 3, 2024
1 parent 43cc37d commit 0f2e1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/jsx/pages/map/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function Component() {
</label>
<button onClick={() => setHelpOpen(true)}><FontAwesomeIcon icon={faQuestion} /></button>
</AppTitleBar>
{ selected
{ selection
? <SelectedBlock selected={selection} blocks={blocks.blocks} />
: null}

Expand Down

0 comments on commit 0f2e1f6

Please sign in to comment.