Skip to content

Commit

Permalink
remove spurious state from App
Browse files Browse the repository at this point in the history
  • Loading branch information
Mielie committed Mar 17, 2023
1 parent 3355d7b commit 5a15741
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ function App() {
const [commentPageNumber, setCommentPageNumber] = useState(1);
const [articlePerPage, setArticlePerPage] = useState(10);
const [articleWordCount, setArticleWordCount] = useState(null);
const [topicFilter, setTopicFilter] = useState("");
const [authorFilter, setAuthorFilter] = useState("");
const [authorValue, setAuthorValue] = useState("");

useEffect(() => {
document.title = "NCNews";
Expand Down

0 comments on commit 5a15741

Please sign in to comment.