1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: remove create-toggle2 from breadcrumb menu

This commit is contained in:
Youssef 2022-01-07 08:19:16 +01:00
parent dde140c0d1
commit 83ed4b1a40

View File

@ -23,7 +23,8 @@ const BreadcrumbNav = () => {
item !== 'copy' && item !== 'copy' &&
item !== 'strategies' && item !== 'strategies' &&
item !== 'features' && item !== 'features' &&
item !== 'features2' item !== 'features2' &&
item !== 'create-toggle2'
); );
return ( return (