Skip to content

Commit

Permalink
fix #580
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed May 24, 2019
1 parent 2db208a commit 4e369cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/shared/block/block-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
} from "../../api-gateway/resolvers/antenna-types";
import { ActionDetail } from "../action/action-detail";
import { ActionTable } from "../address-details/action-table";
import { CommonMargin } from "../common/common-margin";
import { Flex } from "../common/flex";
import { FlexLink } from "../common/flex-link";
import { translateFn } from "../common/from-now";
Expand All @@ -32,7 +33,6 @@ import { SpinPreloader } from "../common/spin-preloader";
import { colors } from "../common/styles/style-color";
import { PALM_WIDTH } from "../common/styles/style-media";
import { ContentPadding } from "../common/styles/style-padding";
import { CommonMargin } from "../common/common-margin";
import { GET_BLOCK_METAS, GET_BP_CANDIDATE } from "../queries";
dayjs.extend(utc);
// @ts-ignore
Expand Down
5 changes: 1 addition & 4 deletions src/shared/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,7 @@ class HomeComponent extends Component<Props, State> {
<Row>
<Col xs={24} sm={24} md={20} lg={21}>
<div style={{ backgroundColor: "#fff" }}>
<BlockProducers
apolloClient={webBpApolloClient}
height={"1300px"}
/>
<BlockProducers apolloClient={webBpApolloClient} />
</div>
</Col>
<Col xs={0} sm={0} md={4} lg={3}>
Expand Down

0 comments on commit 4e369cb

Please sign in to comment.