@common-stack/client-react
Advanced tools
Comparing version 0.0.14-35 to 0.0.14-36
@@ -342,2 +342,6 @@ module.exports = | ||
children.shift(); | ||
if (eachRoute.route === '/') { | ||
children.shift(); | ||
children.push('/'); | ||
} | ||
const depth = children.length; | ||
@@ -344,0 +348,0 @@ let lastNode = root; |
{ | ||
"name": "@common-stack/client-react", | ||
"version": "0.0.14-35", | ||
"version": "0.0.14-36", | ||
"description": "browser plugin for git", | ||
@@ -59,5 +59,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/client-core": "^0.0.14-35", | ||
"@common-stack/client-redux": "^0.0.14-35", | ||
"@common-stack/core": "^0.0.14-35" | ||
"@common-stack/client-core": "^0.0.14-36", | ||
"@common-stack/client-redux": "^0.0.14-36", | ||
"@common-stack/core": "^0.0.14-36" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
45438
574