feat: finished multiple whatsapps handle in frontend

This commit is contained in:
canove
2020-09-06 12:09:12 -03:00
parent f423dd60bc
commit b0f28c16ad
17 changed files with 595 additions and 511 deletions

View File

@@ -42,8 +42,8 @@ const MainListItems = () => {
<div>
<ListItemLink to="/" primary="Dashboard" icon={<DashboardIcon />} />
<ListItemLink
to="/connection"
primary={i18n.t("mainDrawer.listItems.connection")}
to="/whatsapps"
primary="WhatsApps"
icon={<SyncAltIcon />}
/>
<ListItemLink