Skip to content

Commit 0347427

Browse files
optional
1 parent 5865baa commit 0347427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const ConnectPaymentDisputes = ({
184184
* @param payment the ID of `payment`, `charge`, or `paymentIntent` to be displayed.
185185
*/
186186
payment: string;
187-
onDisputesLoaded: ({total}: {total: number}) => void;
187+
onDisputesLoaded?: ({total}: {total: number}) => void;
188188
} & CommonComponentProps): JSX.Element | null => {
189189
const {wrapper, component} =
190190
useCreateComponent('payment-disputes');

0 commit comments

Comments
 (0)