FIX: uses a non cooked to emoji arrow for local dates ranges

This commit is contained in:
Joffrey JAFFEUX 2018-07-04 23:56:56 +02:00 committed by GitHub
parent 272646c1df
commit d12194c438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default Ember.Component.extend({
text += `]`;
if (config.toDate) {
text += ` `;
text += ` `;
text += `[date=${config.toDate} `;
if (config.toTime) {