Skip to content

Commit d095892

Browse files
committed
Fix lint
1 parent eb0c8b6 commit d095892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/governance/ProposalScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const ProposalScreen = () => {
182182
}: {
183183
header: string
184184
message: string
185-
instructions: TransactionInstruction[]
185+
instructions: TransactionInstruction[] | TransactionInstruction[][]
186186
}) => {
187187
if (!anchorProvider || !walletSignBottomSheetRef) return
188188

0 commit comments

Comments
 (0)