From f09167e904cccc5836ba50e14d3adbad3f4b1221 Mon Sep 17 00:00:00 2001 From: Tienifr <113963320+tienifr@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:59:07 +0700 Subject: [PATCH] Modify comment Co-authored-by: Puneet Lath --- src/types/onyx/PersonalDetails.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/onyx/PersonalDetails.ts b/src/types/onyx/PersonalDetails.ts index 69a0296f0c7f..b7c96998080c 100644 --- a/src/types/onyx/PersonalDetails.ts +++ b/src/types/onyx/PersonalDetails.ts @@ -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; };