From a6f741d4db1c9e0d08680ee01d9dbfb7bcad177b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Mon, 4 Sep 2023 23:03:50 -0300 Subject: [PATCH] chore: comment chat feature --- frontend/src/layouts/dashboard/config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/layouts/dashboard/config.js b/frontend/src/layouts/dashboard/config.js index a3bfa19..9634ba8 100644 --- a/frontend/src/layouts/dashboard/config.js +++ b/frontend/src/layouts/dashboard/config.js @@ -24,15 +24,15 @@ export const items = [ ) }, - { - title: 'Chat (beta)', - path: '/chat', - icon: ( - - - - ) - }, + // { + // title: 'Chat (beta)', + // path: '/chat', + // icon: ( + // + // + // + // ) + // }, { title: 'Map', path: '/map',