mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
changed find to show services
This commit is contained in:
@@ -13,6 +13,7 @@ const QrcodeModal = ({ open, onClose, whatsAppId }) => {
|
||||
useEffect(() => {
|
||||
const fetchSession = async () => {
|
||||
if (!whatsAppId) return;
|
||||
|
||||
try {
|
||||
const { data } = await api.get(`/whatsapp/${whatsAppId}`);
|
||||
setQrCode(data.qrcode);
|
||||
|
||||
Reference in New Issue
Block a user