mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Fixed bar chart rendering.
This commit is contained in:
parent
96fcdefeed
commit
3a737e7e25
5 changed files with 47 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ const messages = {
|
|||
'en-US': enUS,
|
||||
};
|
||||
|
||||
const selector = (state: { locale: any }) => state.locale;
|
||||
const selector = (state: { locale: string }) => state.locale;
|
||||
|
||||
export function useLocale() {
|
||||
const locale = useApp(selector);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue