diff --git a/dudu-tweet/dudu-tweet.xcodeproj/project.xcworkspace/xcuserdata/ching.xcuserdatad/UserInterfaceState.xcuserstate b/dudu-tweet/dudu-tweet.xcodeproj/project.xcworkspace/xcuserdata/ching.xcuserdatad/UserInterfaceState.xcuserstate index 1fe90d3..cf70c72 100644 Binary files a/dudu-tweet/dudu-tweet.xcodeproj/project.xcworkspace/xcuserdata/ching.xcuserdatad/UserInterfaceState.xcuserstate and b/dudu-tweet/dudu-tweet.xcodeproj/project.xcworkspace/xcuserdata/ching.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/dudu-tweet/dudu-tweet/Core/Profile/Views/ProfileView.swift b/dudu-tweet/dudu-tweet/Core/Profile/Views/ProfileView.swift index 36d5f02..45c499e 100644 --- a/dudu-tweet/dudu-tweet/Core/Profile/Views/ProfileView.swift +++ b/dudu-tweet/dudu-tweet/Core/Profile/Views/ProfileView.swift @@ -5,8 +5,8 @@ // Created by ching on 2023/5/2. // -import SwiftUI import Kingfisher +import SwiftUI struct ProfileView: View { @State private var selectedFilter: TweetFilterViewModel = .tweets @@ -158,8 +158,7 @@ extension ProfileView { } } } - .overlay(Divider().offset(x:0, y:16)) - + .overlay(Divider().offset(x: 0, y: 16)) } var tweetsView: some View { @@ -170,6 +169,5 @@ extension ProfileView { } } } - } }