Skip to content

Commit

Permalink
Disable tab/route for now; feature will be postponed to the next rele…
Browse files Browse the repository at this point in the history
…ase (#1451)
  • Loading branch information
wmitsuda authored Nov 6, 2023
1 parent e63427c commit ff4f1e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/execution/AddressMainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import AddressSubtitle from "./address/AddressSubtitle";
import AddressTokens from "./address/AddressTokens";
import AddressTransactionResults from "./address/AddressTransactionResults";
import AddressWithdrawals from "./address/AddressWithdrawals";
import BlocksRewarded from "./address/BlocksRewarded";
import Contracts from "./address/Contracts";
import ReadContract from "./address/contract/ReadContract";

Expand Down Expand Up @@ -108,9 +107,6 @@ const AddressMainPage: React.FC<AddressMainPageProps> = () => {
<NavTab href={`/address/${addressOrName}/withdrawals`}>
Withdrawals
</NavTab>
<NavTab href={`/address/${addressOrName}/blocksRewarded`}>
Blocks Rewarded
</NavTab>
</>
)}
{hasCode && (
Expand Down Expand Up @@ -201,12 +197,6 @@ const AddressMainPage: React.FC<AddressMainPageProps> = () => {
<AddressWithdrawals address={checksummedAddress} />
}
/>
<Route
path="blocksRewarded"
element={
<BlocksRewarded address={checksummedAddress} />
}
/>
</>
)}
<Route
Expand Down

0 comments on commit ff4f1e0

Please sign in to comment.