typo
This commit is contained in:
parent
a761801a27
commit
74a62309de
|
@ -144,7 +144,7 @@ const headerTabs = $computed(() => [{
|
||||||
title: i18n.ts._timelines.local,
|
title: i18n.ts._timelines.local,
|
||||||
icon: 'fas fa-user-group',
|
icon: 'fas fa-user-group',
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
}, ...(isRecommendedTimelineAvailable ? [{
|
}, {
|
||||||
key: 'recommended',
|
key: 'recommended',
|
||||||
title: i18n.ts._timelines.recommended,
|
title: i18n.ts._timelines.recommended,
|
||||||
icon: 'fas fa-comet',
|
icon: 'fas fa-comet',
|
||||||
|
|
Loading…
Reference in New Issue