From 3607084efc7b59850ec448aecfcae96b8890d5e0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 1 Mar 2021 16:24:55 +0100 Subject: [PATCH] copy --- src/components/atoms/Price/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/atoms/Price/index.tsx b/src/components/atoms/Price/index.tsx index 781e0ac22..324620d1e 100644 --- a/src/components/atoms/Price/index.tsx +++ b/src/components/atoms/Price/index.tsx @@ -31,12 +31,12 @@ export default function Price({ ) : !price || !price.address || price.address === '' ? (
No price set{' '} - +
) : price.isConsumable !== 'true' ? (
- Not enough liquidity{' '} - + Low liquidity{' '} +
) : (