File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 ],
1414 "plugins" : [
1515 " react-hot-loader/babel" ,
16- " @babel/plugin-proposal -object-rest-spread" ,
16+ " @babel/plugin-transform -object-rest-spread" ,
1717 [
1818 " module-resolver" ,
1919 {
Original file line number Diff line number Diff line change 11{
22 "name" : " @figlinq/react-chart-editor" ,
33 "description" : " plotly.js chart editor react component UI" ,
4- "version" : " 0.50.1 " ,
4+ "version" : " 0.50.2 " ,
55 "author" : " Figlinq" ,
66 "bugs" : {
77 "url" : " https://github.com/figlinq/react-chart-editor/issues"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {TRACES_WITH_GL} from 'lib/constants';
99const renderActionItems = ( actionItems , item ) =>
1010 actionItems
1111 ? actionItems ( item ) . map ( ( action , i ) =>
12- action . onClick ? null : (
12+ ! action . onClick ? null : (
1313 < a
1414 className = "trace-item__actions__item"
1515 key = { i }
You can’t perform that action at this time.
0 commit comments