diff --git a/src/types/onyx/Report.ts b/src/types/onyx/Report.ts index d656f79a6a71..418607a4e9b4 100644 --- a/src/types/onyx/Report.ts +++ b/src/types/onyx/Report.ts @@ -119,7 +119,7 @@ type Report = { isWaitingOnBankAccount?: boolean; /** Whether the report is cancelled */ - isCancelledIOU?: boolean; + isCancelledIOU?: boolean; /** Whether the last message was deleted */ isLastMessageDeletedParentAction?: boolean;