Skip to content

Commit

Permalink
remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 6, 2023
1 parent cde78a6 commit 3f54d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/scaffold/src/modal/w3m-network-button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export class W3mNetworkButton extends LitElement {
private unsubscribe: (() => void)[] = []

// -- State & Properties -------------------------------- //
@property() public variant?: WuiNetworkButton['variant'] = 'fill'

@state() private networkImages = AssetController.state.networkImages

@state() private network = NetworkController.state.caipNetwork
Expand Down

0 comments on commit 3f54d72

Please sign in to comment.