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 && (