We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016e53c commit 6e98abbCopy full SHA for 6e98abb
ui/components/app/alert-system/alert-modal/alert-modal.tsx
@@ -141,7 +141,7 @@ function AlertHeader({
141
function BlockaidAlertDetails() {
142
const t = useI18nContext();
143
const { currentConfirmation } = useConfirmContext();
144
- const securityAlertResponse = currentConfirmation.securityAlertResponse;
+ const { securityAlertResponse } = currentConfirmation;
145
146
let copy;
147
switch (securityAlertResponse?.reason) {
0 commit comments