Skip to content

Commit 1c2bc57

Browse files
remove from server wallets page
1 parent 7254b05 commit 1c2bc57

File tree

1 file changed

+0
-6
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets

1 file changed

+0
-6
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { createVaultClient, listEoas } from "@thirdweb-dev/vault-sdk";
33
import { notFound } from "next/navigation";
44
import { THIRDWEB_VAULT_URL } from "../../../../../../../../@/constants/env";
55
import { getAuthToken } from "../../../../../../api/lib/getAuthToken";
6-
import { TryItOut } from "./components/try-it-out";
76
import type { Wallet } from "./wallet-table/types";
87
import { ServerWalletsTable } from "./wallet-table/wallet-table";
98

@@ -55,11 +54,6 @@ export default async function TransactionsServerWalletsPage(props: {
5554
teamSlug={team_slug}
5655
managementAccessToken={managementAccessToken ?? undefined}
5756
/>
58-
<TryItOut
59-
authToken={authToken}
60-
team_slug={team_slug}
61-
project_slug={project_slug}
62-
/>
6357
</div>
6458
)}
6559
</>

0 commit comments

Comments
 (0)