aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar/TopBar.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2021-07-31 18:17:35 -0400
committergeireann <geireann.lindfield@gmail.com>2021-07-31 18:17:35 -0400
commitd3a7e378e26466b911733f76addfe9fc61a689df (patch)
tree961874fc8dce12c9a97d32615bfa4fe99441ab2c /src/client/views/topbar/TopBar.tsx
parent41ccf50f2b551edd6827c9fd6296b9ff87a65915 (diff)
fixed linking issues with dragging & updating linking UI
Diffstat (limited to 'src/client/views/topbar/TopBar.tsx')
-rw-r--r--src/client/views/topbar/TopBar.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx
index bd9935333..05edb975c 100644
--- a/src/client/views/topbar/TopBar.tsx
+++ b/src/client/views/topbar/TopBar.tsx
@@ -12,7 +12,6 @@ import { Borders, Colors } from "../global/globalEnums";
import "./TopBar.scss";
/**
- * REACT TYPE: FUNCTIONAL
* ABOUT: This is the topbar in Dash, which included the current Dashboard as well as access to information on the user
* and settings and help buttons. Future scope for this bar is to include the collaborators that are on the same Dashboard.
*/