diff --git a/src/components/token/index.tsx b/src/components/token/index.tsx index 93142acd0..6a2bfc12b 100644 --- a/src/components/token/index.tsx +++ b/src/components/token/index.tsx @@ -45,6 +45,10 @@ interface Props { amIReceiver?: boolean } +enum TestID { + ErrorTypography = 'ErrorTypography', +} + export const TokenBalance = ({ firstValue, secondValue, @@ -133,7 +137,10 @@ export const TokenBalance = ({ )} {error && ( - + {error} )}