Skip to content

Commit

Permalink
show them raw
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 18, 2024
1 parent 546b507 commit 14c5db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function flattenIotaArguments(data: (IotaArgument | IotaArgument[])[]): s
return `NestedResult(${value.NestedResult[0]}, ${value.NestedResult[1]})`;
}
} else if (typeof value === 'string'){

Check failure on line 27 in apps/explorer/src/pages/transaction-result/programmable-transaction-view/utils.ts

View workflow job for this annotation

GitHub Actions / turborepo / Lint, Build, and Test

Insert `·`
return `Address(${value})`;
return value;
} else {
throw new Error('Not a correct flattenable data');
}
Expand Down

0 comments on commit 14c5db3

Please sign in to comment.