Skip to content

Commit

Permalink
fix(app): Fix instrument detail overflow recalibration (#14556)
Browse files Browse the repository at this point in the history
Closes RQA-2394
  • Loading branch information
mjhuff authored Feb 27, 2024
1 parent 6dca3d6 commit 98f0280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const handleInstrumentDetailOverflowMenu = (
instrument: InstrumentDetailsOverflowMenuProps['instrument'],
host: InstrumentDetailsOverflowMenuProps['host']
): void => {
NiceModal.show(InstrumentDetailsOverflowMenu, { instrument })
NiceModal.show(InstrumentDetailsOverflowMenu, { instrument, host })
}

const InstrumentDetailsOverflowMenu = NiceModal.create(
Expand Down

0 comments on commit 98f0280

Please sign in to comment.