Skip to content

Commit

Permalink
more minor fixes....
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardTsundoku committed Dec 15, 2016
1 parent 07689f5 commit 325eed8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/internal-packages/home/lib/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class Home extends React.Component {
}

Home.propTypes = {
hasContent: React.PropTypes.bool,
mode: React.PropTypes.oneOf(['instance', 'database', 'collection']),
namespace: React.PropTypes.string
};
Expand Down
2 changes: 1 addition & 1 deletion src/internal-packages/home/lib/components/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const StoreConnector = app.appRegistry.getComponent('App.StoreConnector');
const Home = require('./home');
const HomeStore = require('../store');

// const debug = require('debug')('mongodb-compass:validation:index');
// const debug = require('debug')('mongodb-compass:home:index');

class ConnectedHome extends React.Component {
/**
Expand Down
2 changes: 0 additions & 2 deletions src/internal-packages/home/lib/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const InstanceActions = app.appRegistry.getAction('App.InstanceActions');

const debug = require('debug')('mongodb-compass:stores:home');


const HomeStore = Reflux.createStore({

mixins: [StateMixin.store],
Expand All @@ -29,7 +28,6 @@ const HomeStore = Reflux.createStore({
return {
// mode can be one of instance, database, collection
mode: 'instance',
hasContent: false,
namespace: ''
};
},
Expand Down

0 comments on commit 325eed8

Please sign in to comment.