diff --git a/src/components/table/balancesTable/utils/ActionPanel.tsx b/src/components/table/balancesTable/utils/ActionPanel.tsx index 210163d..0a17583 100644 --- a/src/components/table/balancesTable/utils/ActionPanel.tsx +++ b/src/components/table/balancesTable/utils/ActionPanel.tsx @@ -89,7 +89,7 @@ const ActionPanel = ({ ) return !isEmptyArray(balances.filter(isDef)) - }, [JSON.stringify(balancesFromStore || {})]) + }, [ JSON.stringify(balancesFromStore || {}) ]) const totalBalance = loading ? ( { } placement='bottomLeft' - trigger={['click']} + trigger={[ 'click' ]} >