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
|
// User may choose pin or not to pin Following
|
||||||
// If user doesn't pin Following, we show it in the menu
|
// If user doesn't pin Following, we show it in the menu
|
||||||
const showFollowing =
|
const showFollowing =
|
||||||
snapStates.settings.shortcutsColumnsMode &&
|
(snapStates.settings.shortcutsColumnsMode ||
|
||||||
|
snapStates.settings.shortcutsViewMode === 'multi-column') &&
|
||||||
!snapStates.shortcuts.find((pin) => pin.type === 'following');
|
!snapStates.shortcuts.find((pin) => pin.type === 'following');
|
||||||
|
|
||||||
const bindLongPress = useLongPress(
|
const bindLongPress = useLongPress(
|
||||||
|
|
Loading…
Add table
Reference in a new issue