diff --git a/src/features/ui/components/modals/zap-split/zap-split.tsx b/src/features/ui/components/modals/zap-split/zap-split.tsx index e9c944596..e3c986f7e 100644 --- a/src/features/ui/components/modals/zap-split/zap-split.tsx +++ b/src/features/ui/components/modals/zap-split/zap-split.tsx @@ -14,7 +14,7 @@ const messages = defineMessages({ interface IZapSplit { zapData: ZapSplitData; - invoice: any; + invoice: string | undefined; zapAmount: number; modalStep?: React.Dispatch>; onNext: () => void;