From 8bfa77ddcaa902c5f9ebddb97166efb3a2bdef0a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 Aug 2020 19:50:39 -0500 Subject: [PATCH] Chats: link avatar to account #359 --- app/soapbox/features/chats/components/chat_window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat_window.js b/app/soapbox/features/chats/components/chat_window.js index 5fea70cd6..acc5c2e8e 100644 --- a/app/soapbox/features/chats/components/chat_window.js +++ b/app/soapbox/features/chats/components/chat_window.js @@ -3,6 +3,7 @@ import { connect } from 'react-redux'; import PropTypes from 'prop-types'; import ImmutablePropTypes from 'react-immutable-proptypes'; import { injectIntl } from 'react-intl'; +import { Link } from 'react-router-dom'; import ImmutablePureComponent from 'react-immutable-pure-component'; import Avatar from 'soapbox/components/avatar'; import { acctFull } from 'soapbox/utils/accounts'; @@ -83,7 +84,7 @@ class ChatWindow extends ImmutablePureComponent {
{unreadCount > 0 ? {shortNumberFormat(unreadCount)} - : + : }