File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Projects/App/Sources/Feature Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ struct MainView: View {
19
19
20
20
Spacer ( )
21
21
22
- NavigationLink ( destination: MyPageView ( viewModel: MyPageViewModel ( ) , postViewModel: PostViewModel ( ) ) ) {
23
- GPleAsset . Assets. profile. swiftUIImage
24
- . padding ( . trailing, 20 )
25
- }
22
+ NavigationLink ( destination:
23
+ MyPageView (
24
+ postViewModel: PostViewModel ( ) ) ) {
25
+ GPleAsset . Assets. profile. swiftUIImage
26
+ . padding ( . trailing, 20 )
27
+ }
26
28
}
27
29
. padding ( . top, 16 )
28
30
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import SwiftUI
2
2
import Domain
3
3
4
4
struct MyPageView : View {
5
- @StateObject var viewModel : MyPageViewModel
6
5
@State private var topNavigationState = false
7
6
@StateObject var postViewModel : PostViewModel
8
7
@Environment ( \. dismiss) private var dismiss
You canโt perform that action at this time.
0 commit comments