diff --git a/ui/tx/interpretation/TxInterpretation.tsx b/ui/tx/interpretation/TxInterpretation.tsx
index e0ddee4f72..e85af8df6d 100644
--- a/ui/tx/interpretation/TxInterpretation.tsx
+++ b/ui/tx/interpretation/TxInterpretation.tsx
@@ -26,7 +26,7 @@ const TxInterpretationElementByType = ({ variable }: { variable?: TxInterpretati
const { type, value } = variable;
switch (type) {
case 'address':
- return ;
+ return ;
case 'token':
return (