Skip to content

Commit

Permalink
Fixed data modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotendahl committed Nov 30, 2020
1 parent 4f70606 commit 76607a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"npm": "^7.0.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-responsive-modal": "^5.0.3",
"react-responsive-modal": "^6.0.0",
"react-scripts": "^4.0.0",
"react-select": "^3.1.0",
"react-spinners": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/data-modal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Col } from "reactstrap";
import Modal from "react-responsive-modal";

import "react-responsive-modal/styles.css";
export default class DataModal extends React.Component {
render() {
return (
Expand Down

0 comments on commit 76607a8

Please sign in to comment.