Skip to content

Commit

Permalink
Fix ts issues x3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Feb 6, 2024
1 parent 4146050 commit abcf695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettlementButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type SettlementButtonProps = SettlementButtonOnyxProps & {
chatReportID?: string;

/** The IOU/Expense report we are paying */
iouReport?: OnyxEntry<Report> | Report | EmptyObject;
iouReport?: OnyxEntry<Report> | EmptyObject;

/** Should we show the payment options? */
shouldHidePaymentOptions?: boolean;
Expand Down

0 comments on commit abcf695

Please sign in to comment.