Commit 264b13ed authored by Juorder Gonzalez's avatar Juorder Gonzalez Committed by GitHub

Merge pull request #245 from ZBoxApp/salesApp

allow all user to buy mailboxes and watch their buttons
parents f7020c34 c95dc86a
......@@ -120,12 +120,6 @@ export default class SalesForm extends React.Component {
}, options);
}
componentWillMount() {
if (!UserStore.isGlobalAdmin()) {
Utils.handleLink(null, '/mailboxes');
}
}
getPrices() {
const {domainId} = this.props.params || this.state.domain.name || null;
const attrs = this.state.domain.attrs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment