Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsrobot committed Dec 19, 2023
1 parent 0c9f871 commit 41454a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/channel-message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ export default function ChannelMessage(props) {
{ text }
</Markdown>
</Text>}
{!!message.optimistic && <Text size="1" color='green'>
sending
</Text>}
{edited && <Text size="1" color='gray'>
edited
</Text>}
Expand Down

0 comments on commit 41454a3

Please sign in to comment.