Don't alias username 2

This commit is contained in:
Chi Vinh Le
2017-06-28 21:14:34 +07:00
parent 4691ee07de
commit b92afff4e7
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -48,7 +48,6 @@ ReplyBox.propTypes = {
commentPostedHandler: PropTypes.func,
parentId: PropTypes.string,
addNotification: PropTypes.func.isRequired,
authorId: PropTypes.string.isRequired,
postComment: PropTypes.func.isRequired,
assetId: PropTypes.string.isRequired
};