From 80912edbe2c47f8ad6cd1d0f0d1351820f8f5543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Sat, 12 Aug 2023 16:01:12 +0200 Subject: [PATCH] fix oracle create --- components/governance/ListToken/ListToken.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/governance/ListToken/ListToken.tsx b/components/governance/ListToken/ListToken.tsx index ffafbfd0..94bd861c 100644 --- a/components/governance/ListToken/ListToken.tsx +++ b/components/governance/ListToken/ListToken.tsx @@ -925,7 +925,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => {
    {!advForm.openBookMarketExternalPk && - liqudityTier && + listingTier && !loadingListingParams ? (
  1. @@ -956,7 +956,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => { ) : null}
  2. ) : null} - {!advForm.oraclePk && liqudityTier && !loadingListingParams ? ( + {!advForm.oraclePk && listingTier && !loadingListingParams ? (
  3. void }) => { type="error" />