Brant D. Messenger
Results
2
comments of
Brant D. Messenger
``` const handleParamChange = e => { const param = e.target.name const value = param === "full_time" ? e.target.checked : e.target.value setPage(1) setParams(previousParams => { return {...previousParams, [param]: value} })...
I did the exact same solution and it fixed the problem of the missing scripts. This request should merge with the branch to prevent confusion.