Skip to content

Commit

Permalink
Fix var warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Jun 13, 2024
1 parent 722d8db commit 9b87f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extension NetworkSelectorNavigationStack {
// MARK: - Previews

#Preview {
var mockChains = Chain.allCases
let mockChains = Chain.allCases
@State var selectedChain: Chain = .smartChain
@State var isPresenting: Bool = false

Expand Down

0 comments on commit 9b87f10

Please sign in to comment.