Skip to content

Commit

Permalink
fix :: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 12, 2024
1 parent 6e85877 commit a117b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Team/deploy/Container/Traces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ContainerDetailType } from '@/utils/types/containerType';
import { TraceRequestGraph } from '@/components/graph/TraceRequestGraph';
import { TraceErrorGraph } from '@/components/graph/TraceErrorGraph';
import { TraceLatencyGraph } from '@/components/graph/TraceLatencyGraph';
import { TraceInformation } from '@/components/Trace/TraceInformation';
// import { TraceInformation } from '@/components/Trace/TraceInformation';

interface DataPoint {
[timestamp: string]: string;
Expand Down Expand Up @@ -129,7 +129,7 @@ export const TeamDeployContainerTraces = () => {

return (
<>
<TraceInformation selectedTrace={selectedTrace} setSelectedTrace={setSelectedTrace} />
{/* <TraceInformation selectedTrace={selectedTrace} setSelectedTrace={setSelectedTrace} /> */}
<Wrapper>
<GraphContainer>
<GraphBox>
Expand Down

0 comments on commit a117b81

Please sign in to comment.