Skip to content

Commit

Permalink
Revert "Remove unused state variable"
Browse files Browse the repository at this point in the history
This reverts commit 1fad3bd.
  • Loading branch information
campb303 committed Jul 14, 2021
1 parent 1fad3bd commit 759b164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppView/AppView.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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 759b164

Please sign in to comment.