diff --git a/frontend/src/pages/collection/collection.tsx b/frontend/src/pages/collection/collection.tsx index 21b06f6..13e9bf8 100644 --- a/frontend/src/pages/collection/collection.tsx +++ b/frontend/src/pages/collection/collection.tsx @@ -1,3 +1,4 @@ +import { getVaraAddress } from '@gear-js/react-hooks'; import { generatePath, useParams } from 'react-router-dom'; import { Breadcrumbs, Container, InfoCard, List } from '@/components'; @@ -57,7 +58,14 @@ function Collection() {
- + +