diff --git a/src/components/@shared/Price/index.tsx b/src/components/@shared/Price/index.tsx index 6dff88ec5..4a972334f 100644 --- a/src/components/@shared/Price/index.tsx +++ b/src/components/@shared/Price/index.tsx @@ -15,8 +15,8 @@ export default function Price({ size?: 'small' | 'mini' | 'large' }): ReactElement { const isSupported = - (accessDetails?.type === 'fixed' || accessDetails?.type === 'free') && - accessDetails?.baseToken?.symbol + accessDetails?.type === 'free' || + (accessDetails?.type === 'fixed' && accessDetails?.baseToken?.symbol) const price = `${orderPriceAndFees?.price || accessDetails?.price}` return isSupported ? (