Skip to content

Commit

Permalink
Hide Links (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatil-magento authored Mar 19, 2021
1 parent e07ddd5 commit 8408926
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/peregrine/lib/talons/AccountMenu/useAccountMenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ export const useAccountMenuItems = props => {
id: 'accountMenu.orderHistoryLink',
url: '/order-history'
},
{
name: 'Store Credit & Gift Cards',
id: 'accountMenu.storeCreditLink',
url: ''
},
{
name: 'Favorites Lists',
id: 'accountMenu.favoritesListsLink',
url: '/wishlist'
},
// Hide links until features are completed
// {
// name: 'Store Credit & Gift Cards',
// id: 'accountMenu.storeCreditLink',
// url: ''
// },
// {
// name: 'Favorites Lists',
// id: 'accountMenu.favoritesListsLink',
// url: '/wishlist'
// },
{
name: 'Address Book',
id: 'accountMenu.addressBookLink',
Expand Down

0 comments on commit 8408926

Please sign in to comment.