This commit is contained in:
Konstantin Schaper
2020-08-06 21:59:30 +02:00
parent 143d4273b8
commit af04a074d9

View File

@@ -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) {