{messages.map(message => (
-
+
))}
{!lastMessageReceived && (
diff --git a/src/lib/types.ts b/src/lib/types.ts
index 4de246c..51d4016 100644
--- a/src/lib/types.ts
+++ b/src/lib/types.ts
@@ -5,7 +5,6 @@ export type Ticker = {
domain: string
id: string
title: string
- prepend_time: boolean
information: TickerInformation
}
diff --git a/src/views/ActiveView.tsx b/src/views/ActiveView.tsx
index b6a66fd..3752fba 100644
--- a/src/views/ActiveView.tsx
+++ b/src/views/ActiveView.tsx
@@ -40,10 +40,7 @@ const ActiveView: FC
= props => {
{headline && }
-
+
)
}
@@ -57,10 +54,7 @@ const ActiveView: FC = props => {
-
+