Commit c9c1a05f authored by Deni Rinaldi's avatar Deni Rinaldi

pointer

parent 6a9f9e77
......@@ -2433,7 +2433,7 @@ export default class FixedAssetsMovement extends Component {
// disabled={this.state.buttonError}
style={{
backgroundColor: 'transparent',
cursor: this.state.buttonError === true ? 'default' : 'pointer',
cursor: 'pointer',
borderColor: 'transparent',
outline: 'none',
marginRight: 20
......
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