deployment configuration

This commit is contained in:
canove
2020-06-19 08:28:12 -03:00
parent 8a6324a98b
commit 4e69c0b008
10 changed files with 28 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
import React, { useState, useEffect } from "react";
import { useHistory } from "react-router-dom";
import api from "../../util/api";
import clsx from "clsx";
import MainDrawer from "../../components/Layout/MainDrawer";
import openSocket from "socket.io-client";
@@ -84,12 +83,10 @@ const WhatsAuth = () => {
return () => {
socket.disconnect();
};
}, []);
}, [history]);
console.log(session);
const fixedHeightPaper = clsx(classes.paper, classes.fixedHeight);
return (
<div>
<MainDrawer appTitle="QR Code">