Skip to content

Commit

Permalink
more rebase rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Feb 1, 2024
1 parent cb68fc4 commit 7277854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ui/app/mirrors/[mirrorId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default async function ViewMirror({
);
editButtonHTML = (
<div style={{ display: 'flex', alignItems: 'center' }}>
<Header variant='title2'>{mirrorId}</Header>
<EditButton toLink={`/mirrors/${mirrorId}/edit`} />
</div>
);
Expand All @@ -120,8 +119,8 @@ export default async function ViewMirror({
<Header variant='title2'>{mirrorId}</Header>
{editButtonHTML}
</div>
{resyncComponent}
</div>
{resyncComponent}
<CDCMirror
rows={rows}
createdAt={mirrorInfo?.created_at}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/peers/[peerName]/lagGraph.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
import { SlotLagPoint } from '@/app/dto/PeersDTO';
import aggregateCountsByInterval from '@/app/mirrors/edit/[mirrorId]/aggregatedCountsByInterval';
import aggregateCountsByInterval from '@/app/mirrors/[mirrorId]/aggregatedCountsByInterval';
import { formatGraphLabel, timeOptions } from '@/app/utils/graph';
import { Label } from '@/lib/Label';
import { ProgressCircle } from '@/lib/ProgressCircle/ProgressCircle';
Expand Down

0 comments on commit 7277854

Please sign in to comment.