diff --git a/frontend/src/containers/orders/ProcessContainer.jsx b/frontend/src/containers/orders/ProcessContainer.jsx
index 4c04de0..7ae0345 100644
--- a/frontend/src/containers/orders/ProcessContainer.jsx
+++ b/frontend/src/containers/orders/ProcessContainer.jsx
@@ -140,9 +140,6 @@ class ProcessContainer extends Component {
}
onViewChange(activeView){
- if(activeView === 'documents'){
- this.props.dispatch(fetchOrderInfo(this.props.idOrder));
- }
this.setState({activeView});
}
@@ -232,7 +229,7 @@ class ProcessContainer extends Component {
{
this.state.activeView === 'documents' &&
-
+
}
}