summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-01 17:52:43 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-01 17:52:43 -0300
commite7f409a3c7a92d50cf857b808b61f4d5aadea8c3 (patch)
tree30e65cff9d06664690623df1d0c54526e0c24171 /web/react/components/rhs_root_post.jsx
parent3f91bc2df2c6f9d8437f258233609e9801b7f8f6 (diff)
downloadchat-e7f409a3c7a92d50cf857b808b61f4d5aadea8c3.tar.gz
chat-e7f409a3c7a92d50cf857b808b61f4d5aadea8c3.tar.bz2
chat-e7f409a3c7a92d50cf857b808b61f4d5aadea8c3.zip
fix hour12 React warning for FormattedDate
Diffstat (limited to 'web/react/components/rhs_root_post.jsx')
-rw-r--r--web/react/components/rhs_root_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/rhs_root_post.jsx b/web/react/components/rhs_root_post.jsx
index bc772aaa5..f9f7f8f81 100644
--- a/web/react/components/rhs_root_post.jsx
+++ b/web/react/components/rhs_root_post.jsx
@@ -223,7 +223,7 @@ export default class RhsRootPost extends React.Component {
day='numeric'
month='long'
year='numeric'
- hour12='true'
+ hour12={true}
hour='2-digit'
minute='2-digit'
/>