mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
Fix "Following" not appearing
This commit is contained in:
parent
1c93e8f769
commit
8f45f2cb4d
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ function NavMenu(props) {
|
|||
// User may choose pin or not to pin Following
|
||||
// If user doesn't pin Following, we show it in the menu
|
||||
const showFollowing =
|
||||
snapStates.settings.shortcutsColumnsMode &&
|
||||
(snapStates.settings.shortcutsColumnsMode ||
|
||||
snapStates.settings.shortcutsViewMode === 'multi-column') &&
|
||||
!snapStates.shortcuts.find((pin) => pin.type === 'following');
|
||||
|
||||
const bindLongPress = useLongPress(
|
||||
|
|
Loading…
Add table
Reference in a new issue