From d4f2459e78e00aad6657f2e70018146e35099ed9 Mon Sep 17 00:00:00 2001 From: prince-deriv Date: Mon, 8 Jul 2024 15:38:41 +0400 Subject: [PATCH] fix: remove unnecessary export --- src/javascript/app/pages/trade/contracts.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/javascript/app/pages/trade/contracts.jsx b/src/javascript/app/pages/trade/contracts.jsx index 73c85d50e28..51424fb4015 100644 --- a/src/javascript/app/pages/trade/contracts.jsx +++ b/src/javascript/app/pages/trade/contracts.jsx @@ -6,7 +6,7 @@ import Defaults, { PARAM_NAMES } from './defaults'; import { getElementById } from '../../../_common/common_functions'; import { triggerContractChange } from '../../hooks/events'; -export class Contracts extends React.Component { +class Contracts extends React.Component { constructor (props) { super(props); const { contracts, contracts_tree, selected } = props;