Skip to content

Commit

Permalink
Fix dialog render
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Jun 27, 2024
1 parent 9283fa5 commit 384e8cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function useCertificateDeleteDialog(
return {
open: handleOpen,
dialog: () =>
isOpen && openParamsRef.current ? (
fortifyClient && isOpen && openParamsRef.current ? (
<CertificateDeleteDialog
certificateId={openParamsRef.current.certificateIndex}
certificateName={openParamsRef.current.label}
Expand Down

0 comments on commit 384e8cf

Please sign in to comment.