src/components/ReviewFeed/useGetReviews.ts
Showing 0 of 1 total issue
Function useGetReviews
has 71 lines of code (exceeds 50 allowed). Consider refactoring. Invalid
Invalid
const useGetReviews = () => { const service = useRef<DefaultApi>() const dispatch = useDispatch() const token: string = useSelector(getToken)