Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyandreevsky committed Oct 18, 2024
1 parent 34145a8 commit 6e79f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/app/validator/[hash]/Validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ function Validator ({ hash }) {
<Tab isDisabled>Reward Earned</Tab>
</TabList>
<TabPanels>
{/* <TabPanel height={'350px'} position={'relative'}> */}
<TabPanel className={'ValidatorPage__ChartTab'} position={'relative'}>
<BlocksChart
blockBorders={false}
Expand All @@ -387,7 +386,7 @@ function Validator ({ hash }) {
loading={validator.loading}
/>
</TabPanel>
<TabPanel height={'350px'} position={'relative'}>
<TabPanel className={'ValidatorPage__ChartTab'} position={'relative'}>
Reward Earned
</TabPanel>
</TabPanels>
Expand Down

0 comments on commit 6e79f64

Please sign in to comment.