Fix scroll-to-top not working
This commit is contained in:
parent
624f7930ad
commit
74e20fb532
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const TYPE_PARAMS = {
|
||||||
};
|
};
|
||||||
export const SHORTCUTS_META = {
|
export const SHORTCUTS_META = {
|
||||||
following: {
|
following: {
|
||||||
id: (_, index) => (index === 0 ? 'home' : 'following'),
|
id: 'home',
|
||||||
title: (_, index) => (index === 0 ? 'Home' : 'Following'),
|
title: (_, index) => (index === 0 ? 'Home' : 'Following'),
|
||||||
path: '/',
|
path: '/',
|
||||||
icon: 'home',
|
icon: 'home',
|
||||||
|
|
Loading…
Add table
Reference in a new issue