Skip to content

Commit

Permalink
Update AboutView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 16, 2023
1 parent 2f4f8f6 commit fca53d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarockBili Watch App/Others/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ struct AboutView: View {
struct DebugUITestView: View {
var body: some View {
List {
NavigationLink(destination: {OpenSource()}, label: {
NavigationLink(destination: {UserDetailView(uid: "3546572635768935")}, label: {
Text("LongUIDUserTest")
})
}
Expand Down

0 comments on commit fca53d7

Please sign in to comment.