remove wrong sorting

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2021-10-27 14:48:24 +02:00
parent 021986e8a3
commit 965117dab8
@@ -200,9 +200,7 @@ export const EntityLayout = ({
tabProps: props.tabProps,
},
];
})
// TODO: remove once react-router updated
.sort((a, b) => b.path.localeCompare(a.path)),
}),
[entity],
);