Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#proposal 86 communities redesign #3927

Merged
Merged
Prev Previous commit
Pinned Posts Fix
Adjusted the pinned posts display so that when the "minimised state" is stored and then posts are unpinned, it reverts to the list view.
the-gorilla-steem committed Nov 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a885db1aa452b94fd0112bf9509d28d3fb46c741
2 changes: 1 addition & 1 deletion src/app/components/cards/PostsList.jsx
Original file line number Diff line number Diff line change
@@ -282,7 +282,7 @@ class PostsList extends React.Component {
(order === 'trending' || order === 'created') && (
<div
className={`${
arePinnedPostsCollapsed
arePinnedPostsCollapsed && pinnedPostsCount > 2
? 'pinnedPostsContainer'
: ''
}`}