Skip to content

Commit 748786b

Browse files
author
Travis CI
committed
Cleanup menu
1 parent d2f7d84 commit 748786b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ra-no-code/src/ui/Menu.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const CLOSED_MENU_WIDTH = 55;
5151

5252
export const Menu = (props: MenuProps) => {
5353
const {
54-
classes: classesOverride,
5554
className,
5655
dense,
5756
hasDashboard,
@@ -116,7 +115,6 @@ export interface MenuProps {
116115
}
117116

118117
Menu.propTypes = {
119-
classes: PropTypes.object,
120118
className: PropTypes.string,
121119
dense: PropTypes.bool,
122120
hasDashboard: PropTypes.bool,

0 commit comments

Comments
 (0)