Skip to content

Commit 6e98abb

Browse files
feat: Update blockaid friction modal copy
1 parent 016e53c commit 6e98abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/app/alert-system/alert-modal/alert-modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function AlertHeader({
141141
function BlockaidAlertDetails() {
142142
const t = useI18nContext();
143143
const { currentConfirmation } = useConfirmContext();
144-
const securityAlertResponse = currentConfirmation.securityAlertResponse;
144+
const { securityAlertResponse } = currentConfirmation;
145145

146146
let copy;
147147
switch (securityAlertResponse?.reason) {

0 commit comments

Comments
 (0)