You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PulseUI/Features/Sessions/SessionsView.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ struct SessionsView: View {
25
25
@Environment(\.router)privatevarrouter
26
26
27
27
varbody:someView{
28
-
iflet version =Version(store.version),version <Version(3,6,0){
28
+
if store.version <Version(3,6,0){
29
29
PlaceholderView(imageName:"questionmark.app", title:"Unsupported", subtitle:"This feature requires a store created by Pulse version 3.6.0 or higher").padding()
0 commit comments