augur-ui-react-components
Advanced tools
Comparing version 3.5.31 to 3.5.32
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.5.31", | ||
"version": "3.5.32", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -55,3 +55,3 @@ import React, { Component } from 'react'; | ||
<li key={key}> | ||
<span>{displayName}</span> [<small><ValueTimestamp {...payload.timestamp} /></small>]: {payload.message} | ||
<span>{displayName}</span> [<small><ValueTimestamp {...payload.timestamp} /></small>]: {decodeURIComponent(payload.message)} | ||
</li> | ||
@@ -58,0 +58,0 @@ ); |
Sorry, the diff of this file is too big to display
2235748