diff --git a/frontend/src/components/_layout/MainListItems.js b/frontend/src/components/_layout/MainListItems.js index 0df631f..ec10505 100644 --- a/frontend/src/components/_layout/MainListItems.js +++ b/frontend/src/components/_layout/MainListItems.js @@ -43,8 +43,8 @@ const MainListItems = () => {
} /> } /> ({ }, })); -const WhatsApps = () => { +const Connections = () => { const classes = useStyles(); const [whatsApps, dispatch] = useReducer(reducer, []); @@ -211,7 +211,7 @@ const WhatsApps = () => { whatsAppId={selectedWhatsApp && !qrModalOpen && selectedWhatsApp.id} /> - WhatsApps + Connections