Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed May 3, 2024
1 parent 6c84c02 commit 6ca7c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const OriginRow = () => {
currentConfirmationSelector,
) as TransactionMeta;

const origin = currentConfirmation.origin;
const origin = currentConfirmation?.origin;

if (!origin) {
return null;
Expand Down

0 comments on commit 6ca7c44

Please sign in to comment.