fix: stop showing object on empty column

This commit is contained in:
Taranto 2020-01-23 13:49:55 +00:00 committed by Josh Harvey
parent 82a1aa6b99
commit 1559c7690c

View file

@ -1,10 +1,10 @@
import { useQuery } from '@apollo/react-hooks'
import { makeStyles } from '@material-ui/core/styles' import { makeStyles } from '@material-ui/core/styles'
import { gql } from 'apollo-boost'
import BigNumber from 'bignumber.js' import BigNumber from 'bignumber.js'
import moment from 'moment' import moment from 'moment'
import * as R from 'ramda' import * as R from 'ramda'
import React, { useState } from 'react' import React, { useState } from 'react'
import { useQuery } from '@apollo/react-hooks'
import { gql } from 'apollo-boost'
import LogsDowloaderPopover from 'src/components/LogsDownloaderPopper' import LogsDowloaderPopover from 'src/components/LogsDownloaderPopper'
import Title from 'src/components/Title' import Title from 'src/components/Title'
@ -119,6 +119,7 @@ const Transactions = () => {
}, },
{ {
header: '', // Trade header: '', // Trade
view: () => {},
size: 90 size: 90
}, },
{ {