diff --git a/apps/index/components/Confirmation.tsx b/apps/index/components/Confirmation.tsx index 29c44dbe..6e4ace91 100644 --- a/apps/index/components/Confirmation.tsx +++ b/apps/index/components/Confirmation.tsx @@ -62,7 +62,7 @@ const Detail: FC< PaperProps & { kind: 'From' | 'To' chain: Chain - account: string + account?: string | null asset: Asset amount?: string }