Skip to content

Commit

Permalink
remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
dberget committed Feb 14, 2025
1 parent a2cb542 commit 7cf6d86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ const DryRunInstructionBtn = ({
prerequisiteInstructionsToRun,
additionalInstructions?.map((x) =>
getInstructionDataFromBase64(
typeof x === 'string' ? x : x.serializedInstruction,
),
),
typeof x === 'string' ? x : x.serializedInstruction
)
)
)
setResult(result)
setIsOpen(true)
Expand Down

0 comments on commit 7cf6d86

Please sign in to comment.