You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/tx/[id]/transaction-details-ui.tsx
+40-24Lines changed: 40 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ export function TransactionDetailsUI({
54
54
executionResult&&"error"inexecutionResult
55
55
? executionResult.error.message
56
56
: executionResult&&"revertData"inexecutionResult
57
-
? executionResult.revertData?.revertReason
58
-
: null;
57
+
? executionResult.revertData?.revertReason
58
+
: null;
59
59
consterrorDetails=
60
60
executionResult&&"error"inexecutionResult
61
61
? executionResult.error
@@ -423,15 +423,34 @@ function ActivityLogEntryItem({
0 commit comments