Skip to content
Snippets Groups Projects
Commit 20059066 authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-82: Fixing linting warnings

parent f2c46c74
No related branches found
No related tags found
1 merge request!103GREG-82: Style tabs
Pipeline #96690 passed
......@@ -3,7 +3,7 @@ import { Box, IconButton, Theme } from '@mui/material'
import PersonAddIcon from '@mui/icons-material/PersonAdd'
import React from 'react'
import { useTranslation } from 'react-i18next'
import { Link, useHistory } from 'react-router-dom'
import { useHistory } from 'react-router-dom'
interface SponsorGuestButtonsProps {
yourGuestsActive?: boolean,
......
......@@ -168,7 +168,6 @@ const WaitingGuests = ({ persons }: GuestProps) => {
function FrontPage() {
const [persons, setPersons] = useState<Array<PersonInfo>>([])
const [t] = useTranslation(['common'])
const fetchGuestsInfo = async () => {
const response = await fetch('/api/ui/v1/guests/?format=json')
const jsonResponse = await response.json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment