Skip to content

Commit d372bc2

Browse files
committed
Add displayName to TopLevelBottomTabBar
1 parent c031dd7 commit d372bc2

File tree

1 file changed

+2
-0
lines changed
  • src/components/Navigation/TopLevelBottomTabBar

1 file changed

+2
-0
lines changed

src/components/Navigation/TopLevelBottomTabBar/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ function TopLevelBottomTabBar({state}: TopLevelBottomTabBarProps) {
6666
);
6767
}
6868

69+
TopLevelBottomTabBar.displayName = 'TopLevelBottomTabBar';
70+
6971
export default TopLevelBottomTabBar;

0 commit comments

Comments
 (0)