mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
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 = {
|
||||
following: {
|
||||
id: (_, index) => (index === 0 ? 'home' : 'following'),
|
||||
id: 'home',
|
||||
title: (_, index) => (index === 0 ? 'Home' : 'Following'),
|
||||
path: '/',
|
||||
icon: 'home',
|
||||
|
|
Loading…
Add table
Reference in a new issue