diff --git a/pages/dao/[symbol]/proposal/components/DryRunInstructionBtn.tsx b/pages/dao/[symbol]/proposal/components/DryRunInstructionBtn.tsx index 5bc01a351..663c779b3 100644 --- a/pages/dao/[symbol]/proposal/components/DryRunInstructionBtn.tsx +++ b/pages/dao/[symbol]/proposal/components/DryRunInstructionBtn.tsx @@ -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)