From 98f0280cd4772976214ce97e27cd35853970756c Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Tue, 27 Feb 2024 14:03:19 -0500 Subject: [PATCH] fix(app): Fix instrument detail overflow recalibration (#14556) Closes RQA-2394 --- app/src/pages/InstrumentDetail/InstrumentDetailOverflowMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/pages/InstrumentDetail/InstrumentDetailOverflowMenu.tsx b/app/src/pages/InstrumentDetail/InstrumentDetailOverflowMenu.tsx index 097d7c32211..ea1fc4a5a55 100644 --- a/app/src/pages/InstrumentDetail/InstrumentDetailOverflowMenu.tsx +++ b/app/src/pages/InstrumentDetail/InstrumentDetailOverflowMenu.tsx @@ -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(