mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Imported libraries, removed next-basics.
This commit is contained in:
parent
31266cb1ac
commit
113022ed17
44 changed files with 361 additions and 180 deletions
|
|
@ -16,7 +16,7 @@ export function TeamsButton({
|
|||
}) {
|
||||
const { user } = useLogin();
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const { result } = useTeams(user?.id);
|
||||
const { result } = useTeams(user.id);
|
||||
const { teamId } = useTeamUrl();
|
||||
const team = result?.data?.find(({ id }) => id === teamId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue