This commit is contained in:
merelendor 2022-08-25 10:05:52 +03:00
commit 57c8fc3211

View File

@ -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)" />