mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
chroe: code cleanup
This commit is contained in:
@@ -65,9 +65,6 @@ const Ticket = () => {
|
||||
|
||||
useEffect(() => {
|
||||
setLoading(true);
|
||||
}, [ticketId]);
|
||||
|
||||
useEffect(() => {
|
||||
const delayDebounceFn = setTimeout(() => {
|
||||
const fetchMessages = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user