From 4710a3a091914364b545120798a947b66d6e55a6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 6 Dec 2022 10:42:14 +0000 Subject: [PATCH] cleanup --- src/components/Asset/AssetActions/index.module.css | 4 ---- src/components/Asset/AssetActions/index.tsx | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/components/Asset/AssetActions/index.module.css b/src/components/Asset/AssetActions/index.module.css index bf3d6dafc..59d7dc5b1 100644 --- a/src/components/Asset/AssetActions/index.module.css +++ b/src/components/Asset/AssetActions/index.module.css @@ -3,7 +3,3 @@ max-width: 35rem; margin: auto; } - -.actionsSecondary { - margin-top: calc(var(--spacer) / 2); -} diff --git a/src/components/Asset/AssetActions/index.tsx b/src/components/Asset/AssetActions/index.tsx index 21ed1b55a..a0b80852a 100644 --- a/src/components/Asset/AssetActions/index.tsx +++ b/src/components/Asset/AssetActions/index.tsx @@ -5,7 +5,6 @@ import { FileInfo, LoggerInstance, Datatoken } from '@oceanprotocol/lib' import { compareAsBN } from '@utils/numbers' import { useAsset } from '@context/Asset' import { useWeb3 } from '@context/Web3' -import Web3Feedback from '@shared/Web3Feedback' import { getFileDidInfo, getFileInfo } from '@utils/provider' import { getOceanConfig } from '@utils/ocean' import { useCancelToken } from '@hooks/useCancelToken' @@ -15,7 +14,6 @@ import { useFormikContext } from 'formik' import { FormPublishData } from '@components/Publish/_types' import { getTokenBalanceFromSymbol } from '@utils/web3' import AssetStats from './AssetStats' -import Calica from '../OwnerActions' export default function AssetActions({ asset