From 61728497f4f2b595e8698ec8592e54d4bfee42a5 Mon Sep 17 00:00:00 2001 From: tienifr Date: Thu, 28 Mar 2024 11:29:31 +0700 Subject: [PATCH] modify comment --- src/ONYXKEYS.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ONYXKEYS.ts b/src/ONYXKEYS.ts index d9d65c7f5b71..9abd22ed5d14 100755 --- a/src/ONYXKEYS.ts +++ b/src/ONYXKEYS.ts @@ -62,7 +62,7 @@ const ONYXKEYS = { /** * PERSONAL_DETAILS_METADATA is a perf optimization used to hold loading states of each entry in PERSONAL_DETAILS_LIST. - * A lot of components are connected to the PERSONAL_DETAILS_LIST entity and do not care about the actions. + * A lot of components are connected to the PERSONAL_DETAILS_LIST entity and do not care about the loading state. * Setting the loading state directly on the personal details entry caused a lot of unnecessary re-renders. */ PERSONAL_DETAILS_METADATA: 'personalDetailsMetadata',