diff options
author | fragosti <francesco.agosti93@gmail.com> | 2019-01-02 23:08:15 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2019-01-02 23:08:15 +0800 |
commit | 5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8 (patch) | |
tree | 81c617c6ed0029e893517a0b12082e3f7d7bde56 /packages/instant/src/components/section_header.tsx | |
parent | 586a8ba8e7427eab2fdc974dab6483105b7cd5b6 (diff) | |
download | dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.gz dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.bz2 dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.lz dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.xz dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.zst dexon-0x-contracts-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.zip |
feat: give all stateless components a displayName or make them private
Diffstat (limited to 'packages/instant/src/components/section_header.tsx')
-rw-r--r-- | packages/instant/src/components/section_header.tsx | 1 |
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'; |