From 1559c7690c59e09f3c80d4a0d18b5651e3f87f20 Mon Sep 17 00:00:00 2001 From: Taranto Date: Thu, 23 Jan 2020 13:49:55 +0000 Subject: [PATCH] fix: stop showing object on empty column --- new-lamassu-admin/src/pages/Transactions/Transactions.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/new-lamassu-admin/src/pages/Transactions/Transactions.js b/new-lamassu-admin/src/pages/Transactions/Transactions.js index 6c9f4ca9..963e8e03 100644 --- a/new-lamassu-admin/src/pages/Transactions/Transactions.js +++ b/new-lamassu-admin/src/pages/Transactions/Transactions.js @@ -1,10 +1,10 @@ +import { useQuery } from '@apollo/react-hooks' import { makeStyles } from '@material-ui/core/styles' +import { gql } from 'apollo-boost' import BigNumber from 'bignumber.js' import moment from 'moment' import * as R from 'ramda' import React, { useState } from 'react' -import { useQuery } from '@apollo/react-hooks' -import { gql } from 'apollo-boost' import LogsDowloaderPopover from 'src/components/LogsDownloaderPopper' import Title from 'src/components/Title' @@ -119,6 +119,7 @@ const Transactions = () => { }, { header: '', // Trade + view: () => {}, size: 90 }, {