🐛 Missing translation on user invites page
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user