Skip to content

Commit a9dafbe

Browse files
committed
Restore Donate flag checking.
1 parent 994be9d commit a9dafbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

UnstoppableWallet/UnstoppableWallet/Modules/Settings/Main/MainSettingsView.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ struct MainSettingsView: View {
7575
}
7676
}
7777

78-
// if AppConfig.donateEnabled {
79-
Spacer().frame(height: .margin32)
78+
if AppConfig.donateEnabled {
79+
Spacer().frame(height: .margin32)
8080

81-
ListSection {
82-
donate()
81+
ListSection {
82+
donate()
83+
}
8384
}
84-
// }
8585

8686
Spacer().frame(height: .margin32)
8787

0 commit comments

Comments
 (0)