From d5e29a8bb0de60f2c429ef0dc3f7627e48edc4d6 Mon Sep 17 00:00:00 2001 From: Liam Simmons <160088184+Lsimmons98@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:39:37 -0500 Subject: [PATCH] [PLAY-1701] Change Playground Key (#3984) **What does this PR do?** A clear and concise description with your runway ticket url. Stops "Warning: Encountered two children with the same key, 'top-nav-item-6'" from appearing in the console when loading playbook. [PLAY-1701](https://runway.powerhrg.com/backlog_items/PLAY-1701) **How to test?** Steps to confirm the desired behavior: 1. Go to [playbook website](https://playbook.powerapp.cloud/), basically any page, with the console open. 2. Check for "Warning: Encountered two children with the same key, 'top-nav-item-6'" #### Checklist: - [x] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [x] **DEPLOY** I have added the `milano` label to show I'm ready for a review. --- .../components/MainSidebar/MenuData/SidebarNavItems.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook-website/app/javascript/components/MainSidebar/MenuData/SidebarNavItems.ts b/playbook-website/app/javascript/components/MainSidebar/MenuData/SidebarNavItems.ts index 400a23b847..97fce3fe94 100644 --- a/playbook-website/app/javascript/components/MainSidebar/MenuData/SidebarNavItems.ts +++ b/playbook-website/app/javascript/components/MainSidebar/MenuData/SidebarNavItems.ts @@ -44,7 +44,7 @@ export const SideBarNavItems = [ { name: "Playground", - key: "top-nav-item-6", + key: "top-nav-item-7", link: "/kit_playground_rails", children: false, leftIcon:"laptop-code"