Skip to content

Commit

Permalink
hide "Create Allocation" component
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 9, 2024
1 parent c01bb14 commit d3ec3ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useState, useMemo } from 'react';
import { WalletConnect } from './components/WalletConnect';
import { SessionManager } from './components/SessionManager';
import { BalanceDisplay } from './components/BalanceDisplay';
import { CreateAllocation } from './components/CreateAllocation';
import HealthCheck from './components/HealthCheck';
import { DepositForm } from './components/DepositForm';
import { NotificationProvider } from './context/NotificationProvider';
Expand Down Expand Up @@ -129,11 +128,6 @@ function App() {
<BalanceDisplay sessionToken={sessionToken} />
</div>
)}

{/* Create Allocation Form */}
{sessionToken && (
<CreateAllocation sessionToken={sessionToken} />
)}
</div>
</div>
</main>
Expand Down

0 comments on commit d3ec3ed

Please sign in to comment.