This commit is contained in:
Tyler Shipe 2021-04-16 17:54:46 -04:00
parent fc6f642bde
commit 2ce9d53b7c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ const TradePageGrid = () => {
defaultLayouts
)
const onLayoutChange = (layout, layouts) => {
const onLayoutChange = (layouts) => {
if (layouts) {
setSavedLayouts(layouts)
}
@ -60,7 +60,7 @@ const TradePageGrid = () => {
rowHeight={15}
isDraggable={!uiLocked}
isResizable={!uiLocked}
onLayoutChange={(layouts) => onLayoutChange(layouts)}
onLayoutChange={(layout, layouts) => onLayoutChange(layouts)}
>
<div key="tvChart">
<FloatingElement>