interface: address hunter review

This commit is contained in:
Liam Fitzgerald 2021-12-13 10:23:37 -05:00
parent 7252c7c1da
commit bfaec1daab

View File

@ -163,7 +163,6 @@ class ChatWindow extends Component<
onTopLoaded = () => {
const { graphSize, unreadCount } = this.props;
console.log(graphSize, unreadCount);
if(graphSize >= unreadCount) {
this.props.dismissUnread();
}