Skip to content

Commit

Permalink
Merge pull request #40230 from Expensify/beaman-fixNVPLastSelectedDis…
Browse files Browse the repository at this point in the history
…tanceRatesName

Update to correct NVP name
  • Loading branch information
neil-marcellini authored Apr 15, 2024
2 parents fdae0bd + 7df00da commit ae93028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const ONYXKEYS = {
FREQUENTLY_USED_EMOJIS: 'nvp_expensify_frequentlyUsedEmojis',

/** The NVP with the last distance rate used per policy */
NVP_LAST_SELECTED_DISTANCE_RATES: 'lastSelectedDistanceRates',
NVP_LAST_SELECTED_DISTANCE_RATES: 'nvp_expensify_lastSelectedDistanceRates',

/** The NVP with the last action taken (for the Quick Action Button) */
NVP_QUICK_ACTION_GLOBAL_CREATE: 'nvp_quickActionGlobalCreate',
Expand Down

0 comments on commit ae93028

Please sign in to comment.