From 74dcb56d6774e7ac03f4cc8091e4919dcb05b8cc Mon Sep 17 00:00:00 2001 From: mulan xia Date: Thu, 8 Feb 2024 01:20:07 -0500 Subject: [PATCH] typo --- src/hooks/tradingView/useTradingView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/tradingView/useTradingView.ts b/src/hooks/tradingView/useTradingView.ts index 4100598..f75d3cc 100644 --- a/src/hooks/tradingView/useTradingView.ts +++ b/src/hooks/tradingView/useTradingView.ts @@ -78,7 +78,7 @@ export const useTradingView = ({ })}
`; button.setAttribute('title', stringGetter({ key: STRING_KEYS.ORDER_LINES_TOOLTIP })); displayButtonRef.current = button; -\ } + } }); tvWidgetRef?.current?.subscribe('onAutoSaveNeeded', () =>