Remove unused
This commit is contained in:
parent
918399458d
commit
b35e1d350b
@ -27,7 +27,6 @@ import { Next0xInstant } from 'ts/pages/instant';
|
|||||||
import { NextLanding } from 'ts/pages/landing';
|
import { NextLanding } from 'ts/pages/landing';
|
||||||
import { NextLaunchKit } from 'ts/pages/launch_kit';
|
import { NextLaunchKit } from 'ts/pages/launch_kit';
|
||||||
import { NextMarketMaker } from 'ts/pages/market_maker';
|
import { NextMarketMaker } from 'ts/pages/market_maker';
|
||||||
import { VotePlaceholder } from 'ts/pages/vote_placeholder';
|
|
||||||
import { NextWhy } from 'ts/pages/why';
|
import { NextWhy } from 'ts/pages/why';
|
||||||
|
|
||||||
// Check if we've introduced an update that requires us to clear the tradeHistory local storage entries
|
// Check if we've introduced an update that requires us to clear the tradeHistory local storage entries
|
||||||
|
@ -213,10 +213,6 @@ export class Governance extends React.Component {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly _onOpenContactModal = (): void => {
|
|
||||||
this.setState({ ...this.state, isContactModalOpen: true });
|
|
||||||
};
|
|
||||||
|
|
||||||
private readonly _onDismissContactModal = (): void => {
|
private readonly _onDismissContactModal = (): void => {
|
||||||
this.setState({ ...this.state, isContactModalOpen: false });
|
this.setState({ ...this.state, isContactModalOpen: false });
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user