Fix ETF generation
This commit is contained in:
@@ -47,7 +47,7 @@ export function ContractsFindModalContainer({
|
||||
{
|
||||
name: EtfTemplate.key,
|
||||
variables: {
|
||||
claimNumbers: claimNumbers.map((c) => c.claim),
|
||||
claimNumbers: `%(${claimNumbers.map((c) => c.claim).join("|")})%`,
|
||||
claimdata: claimNumbers,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user