Skip to content

Commit 2004ab6

Browse files
author
Vikas Agarwal
committed
Github issue #574, Discussions: no footer on Discussion tab
-- Added footer for the discussion page
1 parent d96e8e9 commit 2004ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/projects/detail/containers/MessagesContainer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import NewPost from '../../../components/Feed/NewPost'
1010
import { laodProjectMessages, createProjectTopic, loadFeedComments, addFeedComment } from '../../actions/projectTopics'
1111
import spinnerWhileLoading from '../../../components/LoadingSpinner'
1212
import {FullHeightContainer} from 'appirio-tech-react-components'
13+
import FooterV2 from '../../../components/FooterV2/FooterV2'
1314

1415
import {
1516
THREAD_MESSAGES_PAGE_SIZE,
@@ -322,6 +323,7 @@ class MessagesView extends React.Component {
322323
showEmptyState={ showEmptyState && !threads.length }
323324
scrollPosition={ scrollPosition }
324325
/>
326+
<FooterV2 />
325327
</div>
326328
<div className="right-area">
327329
{ (showEmptyState && !threads.length) &&

0 commit comments

Comments
 (0)