aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/section_header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/src/components/section_header.tsx')
-rw-r--r--packages/instant/src/components/section_header.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/src/components/section_header.tsx b/packages/instant/src/components/section_header.tsx
index d0974ebdc..2185b67ba 100644
--- a/packages/instant/src/components/section_header.tsx
+++ b/packages/instant/src/components/section_header.tsx
@@ -18,3 +18,4 @@ export const SectionHeader: React.StatelessComponent<SectionHeaderProps> = props
</Text>
);
};
+SectionHeader.displayName = 'SectionHeader';