Add warnings

This commit is contained in:
Alfonso Grillo
2022-12-30 11:25:42 +01:00
parent 2ed4231ac0
commit 493c91b2da
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)