remove wrong sorting
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
@@ -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],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user