mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
Disable one instance of toLocaleString
This commit is contained in:
parent
1a21ffaf73
commit
702dbffd3d
@ -62,7 +62,7 @@ export const toSelectablePeriod = (
|
||||
dayCount,
|
||||
label:
|
||||
label ||
|
||||
date.toLocaleString('en-US', { month: 'long', year: 'numeric' }),
|
||||
"date.toLocaleString('en-US', { month: 'long', year: 'numeric' })",
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user