Add OAuth backend scaffold
This commit is contained in:
@@ -65,7 +65,7 @@ struct MomentEntryView: View {
|
||||
}
|
||||
|
||||
HStack(spacing: 7) {
|
||||
ForEach(ratings, id: \.self) { rating in
|
||||
ForEach(ratings, id: \.rawValue) { rating in
|
||||
Button(intent: TrackMomentIntent(rating: rating)) {
|
||||
ZStack(alignment: .topTrailing) {
|
||||
Text(rating.emoji)
|
||||
|
||||
Reference in New Issue
Block a user