🐛 Missing translation on user invites page

This commit is contained in:
Meier Lukas
2023-08-06 16:02:15 +02:00
parent 3e4c9cdc3d
commit 0bed8b2025
2 changed files with 1 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ interface ManageLayoutProps {
}
export const ManageLayout = ({ children }: ManageLayoutProps) => {
const { t } = useTranslation('layout/manage');
const packageVersion = usePackageAttributesStore((x) => x.attributes.packageVersion);
const theme = useMantineTheme();