Skip to content

Commit

Permalink
deleted Domain Details from Search Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Mar 19, 2024
1 parent 756bd94 commit 5e64570
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/pages/Search/Dashboard.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useRef, useState } from 'react';
import { classes, Root } from './Styling/dashboardStyle';
import { DomainDetails, Subnav } from 'components';
import { Subnav } from 'components';
import { ResultCard } from './ResultCard';
import {
Paper,
Expand Down Expand Up @@ -208,9 +208,6 @@ export const DashboardUI: React.FC<ContextType & { location: any }> = (
/>
))}
</div>
{/* <div className={classes.panel}>
{selectedDomain && <DomainDetails domainId={selectedDomain} />}
</div> */}
</div>
<Paper classes={{ root: classes.pagination }}>
<span>
Expand Down

0 comments on commit 5e64570

Please sign in to comment.