diff --git a/src/components/topBar/index.jsx b/src/components/topBar/index.jsx
index 05c6319..d8e2db4 100644
--- a/src/components/topBar/index.jsx
+++ b/src/components/topBar/index.jsx
@@ -79,7 +79,7 @@ export class TopBar extends React.Component {
);
render() {
- const { type } = this.props;
+ const { type, disabled } = this.props;
return (
@@ -180,6 +180,7 @@ export class TopBar extends React.Component {