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(
|
export function openSessionsMediaDetail(state: StatsViewState, videoId: number): StatsViewState {
|
||||||
state: StatsViewState,
|
|
||||||
videoId: number,
|
|
||||||
): StatsViewState {
|
|
||||||
return {
|
return {
|
||||||
activeTab: 'sessions',
|
activeTab: 'sessions',
|
||||||
selectedAnimeId: null,
|
selectedAnimeId: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user