From 5f3026bf69fc9eb7e9f80c98d1175975c299b02f Mon Sep 17 00:00:00 2001 From: Manuel Calavera Date: Fri, 4 Oct 2019 08:48:24 -0700 Subject: [PATCH] fix: tx pagination styling --- .../Transactions/Detail/Application/index.jsx | 10 +++------ .../Transactions/Detail/Application/styles.js | 17 -------------- .../components/Transactions/Table/index.jsx | 3 ++- src/v2/components/Transactions/index.jsx | 22 ++++++++++++++----- src/v2/components/Transactions/styles.js | 17 ++++++++++++-- 5 files changed, 36 insertions(+), 33 deletions(-) diff --git a/src/v2/components/Transactions/Detail/Application/index.jsx b/src/v2/components/Transactions/Detail/Application/index.jsx index f67da55b..aa0c71bb 100644 --- a/src/v2/components/Transactions/Detail/Application/index.jsx +++ b/src/v2/components/Transactions/Detail/Application/index.jsx @@ -5,8 +5,8 @@ import {Grid} from '@material-ui/core'; import Label from 'v2/components/UI/Label'; import Avatar from 'v2/components/UI/Avatar'; import TypeLabel from 'v2/components/UI/TypeLabel'; + import useStyles from './styles'; -import {Link} from 'react-router-dom'; type TApplication = { id: string, @@ -27,12 +27,8 @@ const Application = ({id, accounts}: TApplication) => {