mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
feat: finalized app notifications
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user