diff --git a/scm-ui/ui-webapp/src/users/components/publicKeys/PublicKeyTable.tsx b/scm-ui/ui-webapp/src/users/components/publicKeys/PublicKeyTable.tsx index 2270f10825..3172b1429a 100644 --- a/scm-ui/ui-webapp/src/users/components/publicKeys/PublicKeyTable.tsx +++ b/scm-ui/ui-webapp/src/users/components/publicKeys/PublicKeyTable.tsx @@ -33,7 +33,7 @@ type Props = { onDelete: (link: string) => void; }; -const PublicKeyTable: FC = ({ publicKeys, onDelete, onDownload }) => { +const PublicKeyTable: FC = ({ publicKeys, onDelete }) => { const [t] = useTranslation("users"); if (publicKeys?._embedded?.keys?.length === 0) {