update
This commit is contained in:
parent
372efe3eba
commit
b75eef4dee
|
|
@ -434,7 +434,7 @@ function CoderDepot(props){
|
|||
}
|
||||
<div style={{minHeight:"500px"}}>
|
||||
{
|
||||
projectDetail &&
|
||||
projectDetail && mirror_status === 0 &&
|
||||
<div className="Panels Box">
|
||||
<div className="LongWidth">
|
||||
<div className="panelmenu">
|
||||
|
|
|
|||
|
|
@ -283,9 +283,7 @@ class Detail extends Component {
|
|||
this.canvasChannel();
|
||||
this.setState({
|
||||
firstSync: true,
|
||||
secondSync: false
|
||||
})
|
||||
this.setState({
|
||||
secondSync: false,
|
||||
mirror_status:1
|
||||
})
|
||||
} else if (data.mirror_status === 2) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue