mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
fix(stats): format stats navigation helper
This commit is contained in:
@@ -95,10 +95,7 @@ export function openOverviewMediaDetail(
|
||||
};
|
||||
}
|
||||
|
||||
export function openSessionsMediaDetail(
|
||||
state: StatsViewState,
|
||||
videoId: number,
|
||||
): StatsViewState {
|
||||
export function openSessionsMediaDetail(state: StatsViewState, videoId: number): StatsViewState {
|
||||
return {
|
||||
activeTab: 'sessions',
|
||||
selectedAnimeId: null,
|
||||
|
||||
Reference in New Issue
Block a user