mirror of
https://github.com/gosticks/web.git
synced 2026-08-12 20:20:25 +00:00
@@ -120,7 +120,7 @@ class LiveLog extends Component<LiveLogProps & WithTranslation, LiveLogState> {
|
||||
<pre id="output" style={outputStyle}>
|
||||
{this.state.log.map((item, index) => (
|
||||
<div key={index}>
|
||||
{getTimeFromTimestamp(item.timestamp) + " : " + item.message}
|
||||
{getTimeFromTimestamp(item.timestamp) + " :: " + item.message}
|
||||
</div>
|
||||
))}
|
||||
<BlinkingCursor />
|
||||
|
||||
Reference in New Issue
Block a user