We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0a9ab commit 8df94e5Copy full SHA for 8df94e5
ts/components/conversation/MessageClock.tsx
@@ -14,6 +14,6 @@ export const MessageClock = (props: Props): JSX.Element => {
14
paddingBottom: '2px',
15
fontSize: '0.8em',
16
float: 'right' }}>
17
- {moment(time).format('LT')}
+ {moment(time).format('LTS')}
18
</div>;
19
};
0 commit comments