FIX: uses a non cooked to emoji arrow for local dates ranges
This commit is contained in:
parent
272646c1df
commit
d12194c438
|
@ -164,7 +164,7 @@ export default Ember.Component.extend({
|
|||
text += `]`;
|
||||
|
||||
if (config.toDate) {
|
||||
text += ` ➡ `;
|
||||
text += ` → `;
|
||||
text += `[date=${config.toDate} `;
|
||||
|
||||
if (config.toTime) {
|
||||
|
|
Loading…
Reference in New Issue