close reply box when comment is posted

This commit is contained in:
Riley Davis
2017-01-24 10:55:51 -07:00
parent c4e1c1ae44
commit 4e8306bcc9
4 changed files with 14 additions and 8 deletions
@@ -1,7 +1,6 @@
import React from 'react';
const Notification = (props) => {
console.log(props);
if (props.notification.text) {
setTimeout(() => {
props.clearNotification();