Skip to content

Commit

Permalink
Remove unused state variable
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jul 14, 2021
1 parent 305d694 commit 1fad3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AppView/AppView.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function AppView({ setDarkMode }) {
const [queueSelectorOpen, setQueueSelectorOpen] = useState(false);
const [isLoading, setIsLoading] = useState(false);
const [error, setError] = useState(false)
const [response, setResponse] = useState({ status: '', message: '' })

const access_token = useToken();

Expand Down

0 comments on commit 1fad3bd

Please sign in to comment.