Skip to content

Commit

Permalink
Fix list of follow requests not having a back button (mastodon#32797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Nov 7, 2024
1 parent e0a44b8 commit 6ae1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/follow_requests/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class FollowRequests extends ImmutablePureComponent {
);

return (
<Column bindToDocument={!multiColumn} icon='user-plus' iconComponent={PersonAddIcon} heading={intl.formatMessage(messages.heading)}>
<Column bindToDocument={!multiColumn} icon='user-plus' iconComponent={PersonAddIcon} heading={intl.formatMessage(messages.heading)} alwaysShowBackButton>
<ScrollableList
scrollKey='follow_requests'
onLoadMore={this.handleLoadMore}
Expand Down

0 comments on commit 6ae1fcd

Please sign in to comment.