mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 03:26:32 +02:00
fix typo
This commit is contained in:
@@ -33,7 +33,7 @@ type Props = {
|
||||
onDelete: (link: string) => void;
|
||||
};
|
||||
|
||||
const PublicKeyTable: FC<Props> = ({ publicKeys, onDelete, onDownload }) => {
|
||||
const PublicKeyTable: FC<Props> = ({ publicKeys, onDelete }) => {
|
||||
const [t] = useTranslation("users");
|
||||
|
||||
if (publicKeys?._embedded?.keys?.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user