Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gilcohen67 committed Jul 1, 2022
1 parent 67a848a commit 73261a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/RecordLibraryPage/index.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@ export default function RecordLibrary() {
difficulty: 'all',
timeFrame: 'all',
});
console.log(filters.timeFrame)
useEffect(() => {
let newData = userProblemArray.filter((prompt) => (
(prompt.promptName.includes(search) ||

0 comments on commit 73261a8

Please sign in to comment.