diff --git a/src/scripts/dfnshelper.js b/src/scripts/dfnshelper.js index ada97a14b4..a593c42c0d 100644 --- a/src/scripts/dfnshelper.js +++ b/src/scripts/dfnshelper.js @@ -100,5 +100,5 @@ export const localeWithSuffix = { addSuffix: true, locale: getLocale() }; export default { getLocale: getLocale, - localeWithSuffix, localeWithSuffix + localeWithSuffix: localeWithSuffix }