-
+ >
+ )
) : (
- Connect your wallet to see your compute jobs.
- )
+ Connect your wallet to see your compute jobs.
+ )
}
diff --git a/src/components/templates/AssetDetails/index.tsx b/src/components/templates/AssetDetails/index.tsx
index 0451903b7..65c2af365 100644
--- a/src/components/templates/AssetDetails/index.tsx
+++ b/src/components/templates/AssetDetails/index.tsx
@@ -34,7 +34,7 @@ const AssetDetailsPageMeta = ({
}) => {
if (!attributes) return null
- const { web3, account } = useWeb3()
+
const { ocean, balanceInOcean } = useOcean()
const { datePublished } = attributes.main
const {
diff --git a/src/config/ocean.ts b/src/config/ocean.ts
index a6414caa0..36fcc7f4e 100644
--- a/src/config/ocean.ts
+++ b/src/config/ocean.ts
@@ -15,20 +15,34 @@ export interface OceanConfig extends Config {
ratingUri: string
}
-export const config: Partial