diff --git a/src/views/dms/components/decrypt-placeholder.tsx b/src/views/dms/components/decrypt-placeholder.tsx index 0878c712d..2686af279 100644 --- a/src/views/dms/components/decrypt-placeholder.tsx +++ b/src/views/dms/components/decrypt-placeholder.tsx @@ -6,6 +6,7 @@ import { useDecryptionContainer } from "../../../providers/global/dycryption-pro import useCurrentAccount from "../../../hooks/use-current-account"; import { getDMRecipient, getDMSender } from "../../../helpers/nostr/dms"; import { NostrEvent } from "../../../types/nostr-event"; +import DebugEventButton from "../../../components/debug-modal/debug-event-button"; export default function DecryptPlaceholder({ children, @@ -39,7 +40,8 @@ export default function DecryptPlaceholder({ {error.message} -