Commit c95dc86a authored by Juorder Antonio's avatar Juorder Antonio

allow all user to buy mailboxes and watch their buttons

parent f7020c34
...@@ -120,12 +120,6 @@ export default class SalesForm extends React.Component { ...@@ -120,12 +120,6 @@ export default class SalesForm extends React.Component {
}, options); }, options);
} }
componentWillMount() {
if (!UserStore.isGlobalAdmin()) {
Utils.handleLink(null, '/mailboxes');
}
}
getPrices() { getPrices() {
const {domainId} = this.props.params || this.state.domain.name || null; const {domainId} = this.props.params || this.state.domain.name || null;
const attrs = this.state.domain.attrs; 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