Skip to content

Commit

Permalink
Added a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Aug 12, 2024
1 parent a23ae19 commit 17d9a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/DApp/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
order: 1,
mobileLink: "rn-web3wallet://",
linkMode: "https://lab.web3modal.com/walletkit_rn"
)
),
.init(
id: "flutter-sample",
name: "Flutter Sample Wallet",
Expand All @@ -135,7 +135,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
order: 1,
mobileLink: "wcflutterwallet://",
linkMode: "https://lab.web3modal.com/walletkit_flutter"
)
),
.init(
id: "flutter-sample-internal",
name: "Flutter Sample Wallet Internal",
Expand All @@ -144,7 +144,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
order: 1,
mobileLink: "wcflutterwallet-internal://",
linkMode: "https://lab.web3modal.com/walletkit_flutter_internal"
)
),
]
)

Expand Down

0 comments on commit 17d9a0a

Please sign in to comment.