mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
handling collapse state in a more simple and consistence way
This commit is contained in:
@@ -27,6 +27,8 @@ type Props = {
|
||||
children?: ReactNode;
|
||||
};
|
||||
|
||||
// TODO it is used?
|
||||
|
||||
class Navigation extends React.Component<Props> {
|
||||
render() {
|
||||
return <aside className="menu">{this.props.children}</aside>;
|
||||
|
||||
Reference in New Issue
Block a user