Nov 17th Release #100

Merged
Irev-Dev merged 33 commits from main into release 2020-11-16 19:36:19 +01:00
Showing only changes of commit d8efead4e8 - Show all commits

View File

@@ -25,7 +25,6 @@ import logo from 'src/layouts/MainLayout/Logo_2.jpg'
const MainLayout = ({ children}) => {
const { logIn, logOut, isAuthenticated, currentUser } = useAuth()
const {data, loading} = useQuery(QUERY, {variables: {id: currentUser?.sub}})
console.log(data?.user?.name);
const [isOpen, setIsOpen] = useState(false)
const [anchorEl, setAnchorEl] = useState(null)
const [popoverId, setPopoverId] = useState(undefined)
@@ -98,11 +97,11 @@ const MainLayout = ({ children}) => {
onClose={closePopover}
anchorOrigin={{
vertical: 'bottom',
horizontal: 'left',
horizontal: 'right',
}}
transformOrigin={{
vertical: 'top',
horizontal: 'left',
horizontal: 'right',
}}
>
{