File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,6 @@ function Sidebar() {
148
148
if ( id === "multisigLedger" && ! flags . multisigLedger . enabled ) {
149
149
return null ;
150
150
}
151
- // The bridge tab is only visible if the flag is enabled and we're not on mainnet
152
- if ( id === "bridge" && ! flags . chainportBridge . enabled ) {
153
- return null ;
154
- }
155
151
156
152
const isActive = router . pathname . startsWith ( href ) ;
157
153
return (
Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ const FLAGS_DEFINITION = [
15
15
description : "Turning this flag on will make the logo blue." ,
16
16
key : "demoFlag" ,
17
17
} ,
18
- {
19
- name : "Chainport Bridge" ,
20
- description :
21
- "Turning this flag on will show the Bridge navigation item in the sidebar if the current network is Testnet." ,
22
- key : "chainportBridge" ,
23
- } ,
24
18
{
25
19
name : "Global Theme Toggle" ,
26
20
description :
You can’t perform that action at this time.
0 commit comments