Skip to content

Commit 34ff4b2

Browse files
committed
chore: fix linter errors
1 parent d010489 commit 34ff4b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/container.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ export const Container = forwardRef<HTMLDivElement, ContainerProps>(
1616
);
1717
}
1818
);
19+
Container.displayName = "Container";

src/components/sticky-tab-navigation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const StickyTabNavigation = forwardRef<
3737
</nav>
3838
);
3939
});
40+
StickyTabNavigation.displayName = "StickyTabNavigation";
4041

4142
export interface StickyTabNavigationItemProps
4243
extends LiHTMLAttributes<HTMLLIElement> {

0 commit comments

Comments
 (0)