Skip to content

Commit 5b54d7d

Browse files
authored
fix: remove sidebar shield sync indicator (#2116)
1 parent 197c6d9 commit 5b54d7d

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

apps/namadillo/src/App/Layout/Sidebar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { ShieldedSyncProgress } from "App/Masp/ShieldedSyncProgress";
21
import { EpochInformation } from "App/Sidebars/EpochInformation";
32
import { ReactNode } from "react";
43

54
export const Sidebar = ({ children }: { children: ReactNode }): JSX.Element => {
65
return (
76
<aside className="flex flex-col gap-2 mt-1.5 lg:mt-0">
87
<EpochInformation />
9-
<ShieldedSyncProgress />
108
{children}
119
</aside>
1210
);

apps/namadillo/src/App/Masp/ShieldedSyncProgress.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)