summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_info.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-16 10:15:52 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-16 10:50:10 -0400
commit495673d80d75ddfc97dc8d9fe61021142418dcc2 (patch)
tree3c7bba0806c89ab85faa9ffecd1322e22569370a /web/react/components/post_info.jsx
parent3c593af598b2bb986244099ed1b9a46ed3837911 (diff)
downloadchat-495673d80d75ddfc97dc8d9fe61021142418dcc2.tar.gz
chat-495673d80d75ddfc97dc8d9fe61021142418dcc2.tar.bz2
chat-495673d80d75ddfc97dc8d9fe61021142418dcc2.zip
Fixing some client warnings
Diffstat (limited to 'web/react/components/post_info.jsx')
-rw-r--r--web/react/components/post_info.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index a95095ff6..36260d77c 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -150,7 +150,7 @@ export default class PostInfo extends React.Component {
<ul className='post-header post-info'>
<li className='post-header-col'>
<OverlayTrigger
- delayShow='500'
+ delayShow={500}
container={this}
placement='top'
overlay={tooltip}