diff --git a/src/App.jsx b/src/App.jsx index b9fe2bb..a8f6dbf 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -262,7 +262,7 @@ function App() {
- {selectedMessage && } +
{ if (!messages || !messages[0]) { return (
-
No tweet selected
); } @@ -18,7 +17,6 @@ const LastTweet = ({ messages, marbleSelectTimeout }) => { if (!text || !author || !postId) { return (
-
Invalid or empty tweet
); }