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) => {