Skip to content
Snippets Groups Projects
Commit a6303da0 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Remove extra connected user heading

parent bad3c8d2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ import Sidebar from './SideBar';
const ConnectedUsersSidebar = () => {
return (
<Sidebar>
<h5>Connected Users</h5>
<h6 className="section-title">Connected Users</h6>
<Row>
<Link to="/institutions-urls" className="link-text-underline">
......
......@@ -96,7 +96,6 @@ function CompendiumData(): ReactElement {
<CollapsibleBox title={Sections.ConnectedUsers} startCollapsed>
<div className="collapsible-column">
<h5>Connected Users</h5>
<h6 className="section-title">Connected Users</h6>
<Row>
<Link to="/institutions-urls" className="link-text-underline">
......
......@@ -42,7 +42,6 @@ function ConnectedUserPage({ connectivity_category }: inputProps): React.ReactEl
dataLookup = createConnectivityDataLookupForCarrier(selectedData, 'user_category', 'carry_mechanism');
carrierCategoryList = ['carry_mechanism']
isTickIcon = true;
// console.log("Need to get filter data for ",dataLookup)
} else if (connectivity_category == ConnectivityCategory.CommercialConnectivity.toString()) {
const commercialConnectivityCategoryList = ['commercial_r_and_e', 'commercial_general', 'commercial_collaboration'
, 'commercial_service_provider', 'university_spin_off']
......@@ -72,7 +71,6 @@ function ConnectedUserPage({ connectivity_category }: inputProps): React.ReactEl
data={selectedData} filename="nren_connectivity">
<>
<div style={{ fontSize: "16px", marginBottom: "10px", fontWeight: "bold" }}>
{}
</div>
<ChartContainer>
<ConnectedUserData
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment