Skip to content

Commit

Permalink
#26 [Chore] SignOutDialog 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Apr 23, 2024
1 parent 0f682d8 commit ce33c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Score/Score/View/MyPage/Setting/SettingMainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct SettingMainView: View {
}
.scPopUp(style: .dialog,
isPresented: viewStore.$isPresentedSignOutDialog) {
SignOutPopUp(viewStore: viewStore)
SignOutDialog(viewStore: viewStore)
}
}
}
Expand Down

0 comments on commit ce33c92

Please sign in to comment.