Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/projects/detail/containers/MessagesContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import NewPost from '../../../components/Feed/NewPost'
import { laodProjectMessages, createProjectTopic, loadFeedComments, addFeedComment } from '../../actions/projectTopics'
import spinnerWhileLoading from '../../../components/LoadingSpinner'
import {FullHeightContainer} from 'appirio-tech-react-components'
import FooterV2 from '../../../components/FooterV2/FooterV2'

import {
THREAD_MESSAGES_PAGE_SIZE,
Expand Down Expand Up @@ -322,6 +323,7 @@ class MessagesView extends React.Component {
showEmptyState={ showEmptyState && !threads.length }
scrollPosition={ scrollPosition }
/>
<FooterV2 />
</div>
<div className="right-area">
{ (showEmptyState && !threads.length) &&
Expand Down