Skip to content

Commit 90b96cf

Browse files
committed
Remove ZWNJ character
1 parent 5427d2a commit 90b96cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/bs-datetimepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default Component.extend({
1111
tagName: 'div',
1212
classNames: ['input-group date'],
1313
iconClasses: ['glyphicon glyphicon-calendar'],
14-
iconText: '‌',
14+
iconText: '',
1515

1616
didInsertElement() {
1717
this._super(...arguments);

0 commit comments

Comments
 (0)