Merge branch 'NewMeasures' of https://bitbucket.org/autodrilling/asb_cloud_front into NewMeasures

This commit is contained in:
KharchenkoVV 2021-10-08 10:02:14 +05:00
commit 49997e7449
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
"react_test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://192.168.1.70:5000",
"proxy": "http://localhost:5000",
"eslintConfig": {
"extends": [
"react-app",

View File

@ -38,7 +38,7 @@ export const MeasureTable = ({idWell, idCategory, title, columns, values, update
if(!selectedTimeLineId)
valuesToDisplay = values && values.length
? values[[values.length-1]]
? values[values.length-1]
: []
else
valuesToDisplay = values.find(el => el.id === selectedTimeLineId)