Update RequestedSecretsRow.tsx

This commit is contained in:
Daniel Hougaard
2025-02-26 23:58:20 +09:00
parent ca0636cb25
commit ff269b1063

View File

@ -1,5 +1,3 @@
/* eslint-disable no-nested-ternary */
/* eslint-disable no-extra-boolean-cast */
import { faCopy, faEye, faSpinner, faTrash } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { format } from "date-fns";
@ -59,11 +57,6 @@ export const RequestedSecretsRow = ({
id: row.id
});
console.log("revealSecretRequestValue", {
secretValue: secretRequest.secretValue,
secretRequestName: secretRequest.name
});
handlePopUpOpen("revealSecretRequestValue", {
secretValue: secretRequest.secretValue,
secretRequestName: secretRequest.name