Skip to content

Commit

Permalink
Merge pull request #62 from nada-deriv/nada/FEQ-2434/local-storage-key
Browse files Browse the repository at this point in the history
Nada/FEQ-2434/fix: add show guide local storage constant
  • Loading branch information
shayan-deriv authored Jun 25, 2024
2 parents 1a6cddc + 3424f35 commit 69d27fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/constants/localstorage.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export const uiExpandAccountSwitcher = "ui.expand_account_switcher";
export const traderLayout = "trader.layout";
export const p2pArchiveMessage = "should_not_show_auto_archive_message_again";
export const p2pOrderIds = "order_ids";
export const p2pShowGuide = "should_show_p2p_guide";
6 changes: 5 additions & 1 deletion utils-docs/docs/Constants/localstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ p2pArchiveMessage = "should_not_show_auto_archive_message_again";
```

```JS
p2pArchiveOrder = "order_ids";
p2pOrderIds = "order_ids";
```

```JS
p2pShowGuide = "should_show_p2p_guide";
```

0 comments on commit 69d27fb

Please sign in to comment.