rename container
This commit is contained in:
parent
df7a1bd8de
commit
4df8e60f42
@ -2,7 +2,7 @@ import * as React from 'react';
|
||||
|
||||
import { LatestBuyQuoteOrderDetails } from '../containers/latest_buy_quote_order_details';
|
||||
import { LatestError } from '../containers/latest_error';
|
||||
import { SelectedAssetButton } from '../containers/selected_asset_button';
|
||||
import { SelectedAssetBuyOrderStateButton } from '../containers/selected_asset_buy_order_state_button';
|
||||
import { SelectedAssetInstantHeading } from '../containers/selected_asset_instant_heading';
|
||||
|
||||
import { ColorOption } from '../style/theme';
|
||||
@ -27,7 +27,7 @@ export const ZeroExInstantContainer: React.StatelessComponent<ZeroExInstantConta
|
||||
<SelectedAssetInstantHeading />
|
||||
<LatestBuyQuoteOrderDetails />
|
||||
<Container padding="20px" width="100%">
|
||||
<SelectedAssetButton />
|
||||
<SelectedAssetBuyOrderStateButton />
|
||||
</Container>
|
||||
</Flex>
|
||||
</Container>
|
||||
|
@ -15,6 +15,6 @@ const mapStateToProps = (state: State, _ownProps: SelectedAssetButtonProps): Con
|
||||
buyOrderState: state.buyOrderState,
|
||||
});
|
||||
|
||||
export const SelectedAssetButton: React.ComponentClass<SelectedAssetButtonProps> = connect(mapStateToProps)(
|
||||
BuyOrderStateButton,
|
||||
);
|
||||
export const SelectedAssetBuyOrderStateButton: React.ComponentClass<SelectedAssetButtonProps> = connect(
|
||||
mapStateToProps,
|
||||
)(BuyOrderStateButton);
|
Loading…
x
Reference in New Issue
Block a user