We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197c6d9 commit 5b54d7dCopy full SHA for 5b54d7d
apps/namadillo/src/App/Layout/Sidebar.tsx
@@ -1,12 +1,10 @@
1
-import { ShieldedSyncProgress } from "App/Masp/ShieldedSyncProgress";
2
import { EpochInformation } from "App/Sidebars/EpochInformation";
3
import { ReactNode } from "react";
4
5
export const Sidebar = ({ children }: { children: ReactNode }): JSX.Element => {
6
return (
7
<aside className="flex flex-col gap-2 mt-1.5 lg:mt-0">
8
<EpochInformation />
9
- <ShieldedSyncProgress />
10
{children}
11
</aside>
12
);
apps/namadillo/src/App/Masp/ShieldedSyncProgress.tsx
0 commit comments