Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Dec 23, 2024
1 parent 0e5bbab commit 7e4812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/locale/LocaleWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default ({ componentName, defaultLocale }: LocaleWrapperInput) =>
const localeData = {
...defaultLocale,
...(localeFromContext || {}),
locale: antLocale.locale,
locale: antLocale?.locale,
};

return (
Expand Down

0 comments on commit 7e4812e

Please sign in to comment.