🐛 Forgot console log and max width
This commit is contained in:
parent
2284fc4848
commit
c103f44570
@ -48,7 +48,6 @@ export default class UserFolder extends React.Component<IProps, IState> {
|
|||||||
this.closeComponent = this.closeComponent.bind(this);
|
this.closeComponent = this.closeComponent.bind(this);
|
||||||
}
|
}
|
||||||
public override render(): JSX.Element {
|
public override render(): JSX.Element {
|
||||||
console.log(this.props.folder.documents);
|
|
||||||
const documentsAsked: Document[] | null = this.getDocumentsByStatus("ASKED");
|
const documentsAsked: Document[] | null = this.getDocumentsByStatus("ASKED");
|
||||||
const otherDocuments: Document[] | null = this.getValidatedAndPendindDocuments();
|
const otherDocuments: Document[] | null = this.getValidatedAndPendindDocuments();
|
||||||
const redirectPath = Module.getInstance()
|
const redirectPath = Module.getInstance()
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.file-container{
|
.file-container{
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: auto;
|
||||||
min-height: 700px;
|
min-height: 700px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user