Skip to content
Snippets Groups Projects
Commit 8b983c04 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

rebase conflicts

parents 1b5e1518 bf558ae2
No related branches found
No related tags found
1 merge request!23Extract stats
Pipeline #43833 failed
This diff is collapsed.
......@@ -7,10 +7,6 @@ export default function WaitingTime({ place }) {
const baseURL = process.env.REACT_APP_BASE_URL_BACK + "/" + place + "/waiting_time";
const [post, setPost] = React.useState(null);
export default function WaitingTime({place}) {
const url = process.env.REACT_APP_BASE_URL_BACK + '/' + place + "/waiting_time";
const [post, setPost] = React.useState(null);
React.useEffect(() => {
axios.get(url).then((response) => {
if (response.data < 60) {setPost(0)} else{
......
import React from "react";
<<<<<<< HEAD
<<<<<<< HEAD
import Timetable from "../components/Timetable";
import WaitingTime from "../components/WaitingTime";
=======
import { DailyGraph, Timetable, WaitingTime } from "../components"
>>>>>>> bf558ae2c3015d5a6116d598f029b01b29bf8bd0
export default function Eiffel() {
return (
......@@ -29,7 +33,10 @@ export default function Eiffel() {
=======
import { DailyGraph, Timetable, WaitingTime } from "../components"
<<<<<<< HEAD
=======
>>>>>>> bf558ae2c3015d5a6116d598f029b01b29bf8bd0
export default function Eiffel() {
return (
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment