Skip to content

Commit 61e8231

Browse files
mountinyOSBotify
authored andcommitted
Merge pull request #61008 from dominictb/fix/54810-wrong-key
[CP Staging] [No QA] fix: wrong onyx key value (cherry picked from commit 73c2628) (CP triggered by mountiny)
1 parent 5eacea5 commit 61e8231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ONYXKEYS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const ONYXKEYS = {
131131
NVP_ONBOARDING: 'nvp_onboarding',
132132

133133
/** This NVP contains data associated with HybridApp */
134-
NVP_TRY_NEW_DOT: 'NVP_TRY_NEW_DOT',
134+
NVP_TRY_NEW_DOT: 'nvp_tryNewDot',
135135

136136
/** Contains the platforms for which the user muted the sounds */
137137
NVP_MUTED_PLATFORMS: 'nvp_mutedPlatforms',

0 commit comments

Comments
 (0)