Skip to content

Commit

Permalink
fix: remove unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Jul 8, 2024
1 parent 3f20a7b commit d4f2459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/contracts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4f2459

Please sign in to comment.