Skip to content

Commit

Permalink
React: remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 28, 2024
1 parent f85512f commit 74d1ba4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) {
useTranslation: () => {
return {
t: vi.fn().mockImplementation((_str: string) => 'Internationalization enabled'),
i18n: {
changeLanguage: () => new Promise(() => {}),
},
};
},
}));
Expand Down

0 comments on commit 74d1ba4

Please sign in to comment.