Add warnings

This commit is contained in:
Alfonso Grillo
2022-12-30 11:25:42 +01:00
parent db7abaa7f5
commit 69a85a40d2
2 changed files with 2 additions and 0 deletions
@@ -32,6 +32,7 @@ struct TimelinePollView: View {
VStack(alignment: .leading, spacing: 16.0) {
if poll.representsPollEndedEvent {
#warning("alfogrillo: TBC")
Text(VectorL10n.pollTimelineEndedText)
.font(theme.fonts.footnote)
.foregroundColor(theme.colors.tertiaryContent)