diff --git a/libs/market-info/src/lib/components/oracle-full-profile/oracle-full-profile.tsx b/libs/market-info/src/lib/components/oracle-full-profile/oracle-full-profile.tsx index 59e0d0840..8800d5864 100644 --- a/libs/market-info/src/lib/components/oracle-full-profile/oracle-full-profile.tsx +++ b/libs/market-info/src/lib/components/oracle-full-profile/oracle-full-profile.tsx @@ -2,6 +2,7 @@ import { t } from '@vegaprotocol/i18n'; import type { Provider } from '../../oracle-schema'; import { MarketState, MarketStateMapping } from '@vegaprotocol/types'; import { + ButtonLink, ExternalLink, Icon, Intent, @@ -79,6 +80,7 @@ export const OracleFullProfile = ({ }) => { const { message } = getVerifiedStatusIcon(provider); const { VEGA_EXPLORER_URL } = useEnvironment(); + const [showMore, setShowMore] = useState(false); const links = provider.proofs .filter((proof) => proof.format === 'url' && proof.available === true) @@ -92,44 +94,6 @@ export const OracleFullProfile = ({ ); return ( - //
{message}
- // {!showMore && ( - // - //