Skip to content

Commit

Permalink
Address PR review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Sep 11, 2024
1 parent 2543083 commit 864a665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Combine
import SwiftUI

struct HomeScreenRecoveryKeyConfirmationBanner: View {
@ObservedObject var context: HomeScreenViewModel.Context
var context: HomeScreenViewModel.Context

var body: some View {
VStack(alignment: .leading, spacing: 16) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Combine
import SwiftUI

struct HomeScreenSlidingSyncMigrationBanner: View {
@ObservedObject var context: HomeScreenViewModel.Context
var context: HomeScreenViewModel.Context

var body: some View {
VStack(alignment: .leading, spacing: 16) {
Expand Down

0 comments on commit 864a665

Please sign in to comment.