Skip to content

Commit

Permalink
added status transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh-Zorin committed Sep 18, 2024
1 parent 750275d commit 74aecb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { CONTRACT_ADDR } from "./lib/config";
import SubmitProposalModal from "./components/SubmitProposalModal";
import TreasuryStatus from "./components/TreasuryStatus";
import VotingPower from "./components/staking/VotingPower";
import StatusTransfer from './components/StatusTransfer'

function App() {
const [isModalOpen, setIsModalOpen] = React.useState(false);
Expand Down Expand Up @@ -70,7 +71,7 @@ function App() {
</div>

<TreasuryStatus />

<StatusTransfer />
{address && <VotingPower />}
</main>
);
Expand Down

0 comments on commit 74aecb9

Please sign in to comment.