removed trailing-whitespace

This commit is contained in:
Joel Louzado 2017-02-15 21:34:52 +05:30
parent 7393818fc0
commit 46d19af6d9

View file

@ -92,7 +92,7 @@ BlazeComponent.extendComponent({
showTongueTitle() {
if (this.isOpen())
return `${TAPi18n.__('sidebar-close')}`;
else
else
return `${TAPi18n.__('sidebar-open')}`;
},