Skip to content

Commit 5a26b81

Browse files
committed
Bubble layout: Add missing poll timestamp
1 parent 1fdbe24 commit 5a26b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/messages/MPollBody.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ export default class MPollBody extends React.Component<IBodyProps, IState> {
514514
</div>
515515
<div className="mx_MPollBody_totalVotes">
516516
{ totalText }
517+
{ this.props.scBubbleTimestamp }
517518
</div>
518519
</div>;
519520
}

0 commit comments

Comments
 (0)