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