Skip to content
Snippets Groups Projects
Commit cee941c8 authored by Aleksander Aaboen's avatar Aleksander Aaboen
Browse files

Removed todo

parent 2d7c17a0
No related branches found
No related tags found
1 merge request!111Alex
...@@ -79,7 +79,6 @@ export default function InfoModal(props) { ...@@ -79,7 +79,6 @@ export default function InfoModal(props) {
const handleClose = () => setShow(false); const handleClose = () => setShow(false);
const handleShow = () => setShow(true); const handleShow = () => setShow(true);
//https://codesandbox.io/s/react-week-date-view-forked-ruxjr9?file=/src/App.js:857-868 //https://codesandbox.io/s/react-week-date-view-forked-ruxjr9?file=/src/App.js:857-868
//todo gjør om variablenavn
return ( return (
<div> <div>
<Button className="nextButton" onClick={handleShow}> <Button className="nextButton" onClick={handleShow}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment