Skip to content

Commit bdd9021

Browse files
committed
fix linter
1 parent 702a9a9 commit bdd9021

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@
4444
"file-saver": "^2.0.5",
4545
"immutable": ">=3.8.2",
4646
"qs": "^6.12.3",
47+
"prop-types": "^15.7.2",
48+
"react": "^16.14.0",
4749
"react-dropzone": "11.0.1",
4850
"react-popover": "0.5.10",
4951
"react-styled-flexboxgrid": "3.2.1",
5052
"recharts": ">=1.8.5",
5153
"styled-components": "3.0.1"
5254
},
5355
"peerDependencies": {
54-
"prop-types": "^15.7.2",
5556
"react": "^16.13.1",
5657
"react-dom": "^16.13.1"
5758
},
@@ -101,7 +102,6 @@
101102
"postcss": "^8.4.39",
102103
"postcss-cli": "^8.3.1",
103104
"prop-types": "^15.8.1",
104-
"react": "^16.14.0",
105105
"react-dom": "^16.14.0",
106106
"react-scripts": "^5.0.1",
107107
"react-test-renderer": "^16.14.0",

src/Containers/MainContainer.styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
display: flex;
55
flex-wrap: wrap;
66
flex-direction: row;
7-
height: calc(100% - #{$filters-container-height});
7+
height: calc(100% - #{$filters-container-height + $footer-height});
88
position: relative;
99
}

0 commit comments

Comments
 (0)