chore: ledger entries refactor - fix types compiltion failing

This commit is contained in:
maciek
2023-08-28 16:02:38 +02:00
parent bc1499ecb4
commit f0524a3b2c
+1 -1
View File
@@ -47,7 +47,7 @@ const createDownloadUrl = (
interface Props {
partyId: string;
vegaUrl: string;
vegaUrl?: string;
assets: Record<string, string>;
}