Skip to content

Commit

Permalink
Merge branch 'fix/37986' of https://github.com/tienifr/App into fix/3…
Browse files Browse the repository at this point in the history
…7986
  • Loading branch information
tienifr committed Mar 26, 2024
2 parents 17f18e7 + f09167e commit 233d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/PersonalDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type PersonalDetails = OnyxCommon.OnyxValueWithOfflineFeedback<{
}>;

type PersonalDetailsMetadata = {
/** Whether we are loading the data via the API */
/** Whether we are waiting for the data to load via the API */
isLoading?: boolean;
};

Expand Down

0 comments on commit 233d24d

Please sign in to comment.