Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit e78209d

Browse files
committed
🐛 (Navigation) Fix typing issue
1 parent 4546108 commit e78209d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Navigation {
4848
}),
4949
{}
5050
),
51-
map(fullScreenStackMap =>
51+
map((fullScreenStackMap: IFullScreenStackMap) =>
5252
Object.keys(fullScreenStackMap).reduce(
5353
(fullScreenStack: Stack, canalId: string) =>
5454
fullScreenStack.concat(fullScreenStackMap[canalId]),

0 commit comments

Comments
 (0)