Commit cb20092 1 parent f79c400 commit cb20092 Copy full SHA for cb20092
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ class SignSwap {
210
210
$leftIdenticon . innerHTML = TemplateTags . hasVars ( 0 ) `<img src="../../assets/icons/bank.svg"></img>` ;
211
211
$leftLabel . textContent = request . fund . bankLabel || I18n . translatePhrase ( 'sign-swap-your-bank' ) ;
212
212
} else if ( request . fund . type === 'CRC' ) {
213
- $leftIdenticon . innerHTML = TemplateTags . hasVars ( 0 ) `<img src="../../assets/icons/sinpe-movil.svg"></img>` ;
213
+ $leftIdenticon . innerHTML = TemplateTags
214
+ . hasVars ( 0 ) `<img src="../../assets/icons/sinpe-movil.svg"></img>` ;
214
215
$leftLabel . textContent = request . fund . senderLabel || 'Sinpe Móvil' ;
215
216
}
216
217
@@ -236,7 +237,8 @@ class SignSwap {
236
237
237
238
$rightLabel . textContent = label ;
238
239
} else if ( request . redeem . type === 'CRC' ) {
239
- $rightIdenticon . innerHTML = TemplateTags . hasVars ( 0 ) `<img src="../../assets/icons/sinpe-movil.svg"></img>` ;
240
+ $rightIdenticon . innerHTML = TemplateTags
241
+ . hasVars ( 0 ) `<img src="../../assets/icons/sinpe-movil.svg"></img>` ;
240
242
$rightLabel . textContent = request . redeem . recipientLabel || 'Sinpe Móvil' ;
241
243
}
242
244
}
You can’t perform that action at this time.
0 commit comments