feat: finalized app notifications

This commit is contained in:
canove
2020-08-25 13:28:21 -03:00
parent 082d52cc74
commit 737293a2e1

View File

@@ -75,8 +75,6 @@ const useTickets = ({ searchParam, pageNumber, status, date, showAll }) => {
const [hasMore, setHasMore] = useState(false);
const [tickets, dispatch] = useReducer(reducer, []);
console.log("rendering");
useEffect(() => {
setLoading(true);
const delayDebounceFn = setTimeout(() => {