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

View File

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