1
0
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:
Gastón Fournier 2024-09-02 16:16:39 +02:00
parent 1a21ffaf73
commit 702dbffd3d
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -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' })",
};
};