Remove warnings

This commit is contained in:
Alfonso Grillo
2023-01-04 15:02:51 +01:00
parent 69a85a40d2
commit 8eac6d053c
2 changed files with 0 additions and 2 deletions
@@ -32,7 +32,6 @@ 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)