Fix PR feedback

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-02-24 10:58:46 +01:00
parent 2838d145b0
commit 6ee156f3cc
2 changed files with 1 additions and 3 deletions

View File

@ -255,7 +255,7 @@ export default strapi => {
to: `${strapi.settingsBaseURL}/setting-link-1`,
name: 'settingLink1',
Component: SettingLink,
// True or false
// Bool : https://reacttraining.com/react-router/web/api/Route/exact-bool
exact: false,
},
],

View File

@ -31,8 +31,6 @@ function SettingsPage() {
return refArray.findIndex(obj => obj.key === route.key) === index;
});
console.log(createdRoutes);
const menuItems = [
{
id: 'global',