Skip to content

Commit

Permalink
chore: Add StakingValidations component to Main
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed May 31, 2024
1 parent 9c77e1c commit 1cafb91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/components/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { MainHeader } from './MainHeader';
import { MainNeedsFunds } from './MainNeedsFunds';
import { MainOlasBalance } from './MainOlasBalance';
import { MainRewards } from './MainRewards';
import { StakingValidations } from './StakingValidations';

export const Main = () => {
const { goto } = usePageState();
Expand Down Expand Up @@ -40,6 +41,7 @@ export const Main = () => {
style={{ borderTopColor: 'transparent' }}
>
<Flex vertical>
<StakingValidations />
<MainOlasBalance />
<MainRewards />
<KeepAgentRunning />
Expand Down

0 comments on commit 1cafb91

Please sign in to comment.