identação de codigo

pull/1/head
adriano 2022-05-20 12:30:01 -03:00
parent 44aa8f844c
commit 82cbe60a25
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ const useTickets = ({
withUnreadMessages,
unlimited
},
});
});
setTickets(data.tickets);
setHasMore(data.hasMore);
setLoading(false);