Skip to content

Commit

Permalink
Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Jan 18, 2024
1 parent f6e35c1 commit f89fc0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Example/metamask-ios-sdk/ReadOnlyCallsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ struct ReadOnlyCallsView: View {
@State var web3ClientVersionResult: String = ""
@State private var errorMessage = ""
@State private var showError = false

private let signButtonTitle = "Sign"
private let connectAndSignButtonTitle = "Connect & Sign"

var body: some View {
NavigationView {
Expand Down

0 comments on commit f89fc0f

Please sign in to comment.