Skip to content

Commit

Permalink
SMA-82: put back console.log for search query
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 16, 2024
1 parent 5a2ff65 commit 4fb2efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/sportsmatch-app/src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export default function MainPage() {
const [page, setPage] = useState<number>(0)
const size = 5

console.log(`query`, searchQuery)

// handle sports name selected from sportButtoncomponent
const handleSportSelectionChange = (selectedButtonSports: string[]) => {
setSelectedSports(selectedButtonSports)
Expand Down

0 comments on commit 4fb2efe

Please sign in to comment.