Merge branch 'master' of https://github.com/merelendor/evoleasing-account
This commit is contained in:
commit
57c8fc3211
@ -46,7 +46,7 @@ class Manager extends React.Component
|
||||
const { company, loading, photo, } = this.state;
|
||||
|
||||
return (
|
||||
<div className="helpBox" { ...this.props }>
|
||||
<div className="helpBox" style={ this.props.style !== undefined ? this.props.style : {} }>
|
||||
<div className="avatar" style={{ alignItems: "center", justifyContent: "center", display: "flex", }}>
|
||||
{ loading ? (
|
||||
<SpinnerCircular size={24} thickness={51} speed={100} color="rgba(28, 1, 169, 1)" secondaryColor="rgba(236, 239, 244, 1)" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user