Skip to content

Commit eb0da2a

Browse files
authored
Merge pull request #95 from YAPP-Github/TNT-256-ModifiyProjectSetting
[TNT-256] ν”„λ‘œμ νŠΈ μ„ΈνŒ… λ³€κ²½
2 parents aa4df03 + 6618e2c commit eb0da2a

File tree

14 files changed

+3
-8
lines changed

14 files changed

+3
-8
lines changed

β€ŽTnT/Projects/Presentation/Sources/Onboarding/Common/TermView.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public struct TermView: View {
8181

8282
VStack(spacing: 12) {
8383
ForEach(store.view_terms.keys.sorted(by: { $0.id < $1.id }), id: \.self) { term in
84-
termListItem(
84+
TermListItem(
8585
term: term,
8686
isAgreed: store.view_terms[term] ?? false
8787
) {
-121 KB
Loading
143 Bytes
Loading
483 Bytes
Loading
2.82 KB
Loading
-77 Bytes
Loading
-46 Bytes
Loading
-178 Bytes
Loading
-309 Bytes
Loading
-18 Bytes
Loading

0 commit comments

Comments
Β (0)