We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb73082 commit 7a9444cCopy full SHA for 7a9444c
1 file changed
src/types/onyx/ReportMetadata.ts
@@ -14,7 +14,7 @@ type PendingChatMember = {
14
15
/** Model of report metadata */
16
type ReportMetadata = {
17
- /** whether the user has successfully opened a report at least once, or if it was created by this user */
+ /** Whether the user has successfully opened a report at least once, or if it was created by this user */
18
hasOnceLoadedReportActions?: boolean;
19
20
/** Are we loading newer report actions? */
0 commit comments