From 538a2d0b5929d7baf40a8c82cf72c7f8c0de4e04 Mon Sep 17 00:00:00 2001 From: "akash.dutta" Date: Sun, 8 May 2022 12:43:52 +0530 Subject: [PATCH] tooltiip added to Invite member button --- dashboard/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/index.tsx b/dashboard/src/index.tsx index 4b52cf0..301ec74 100644 --- a/dashboard/src/index.tsx +++ b/dashboard/src/index.tsx @@ -3,4 +3,4 @@ import ReactDOM from 'react-dom'; import App from './App'; import 'focus-visible/dist/focus-visible'; -ReactDOM.render(, document.getElementById('root')); +ReactDOM.render(
, document.getElementById('root'));