From 87087c040150a7b719444a770a4a6c34a8129d03 Mon Sep 17 00:00:00 2001 From: Chewing Glass Date: Thu, 3 Aug 2023 14:34:50 -0500 Subject: [PATCH] Ensure requests work --- src/components/HNTKeyboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HNTKeyboard.tsx b/src/components/HNTKeyboard.tsx index 6256d7221..3d52b6d34 100644 --- a/src/components/HNTKeyboard.tsx +++ b/src/components/HNTKeyboard.tsx @@ -249,7 +249,7 @@ const HNTKeyboardSelector = forwardRef( {!loadingMeta && ( {t('hntKeyboard.enterAmount', { - ticker: symbol, + ticker: symbol || '', })} )} @@ -465,7 +465,7 @@ const HNTKeyboardSelector = forwardRef( numberOfLines={1} adjustsFontSizeToFit > - {`${value || '0'} ${symbol}`} + {`${value || '0'} ${symbol || ''}`} {payer && networkFee && (