aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/standard_panel_content.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2019-01-02 23:08:15 +0800
committerfragosti <francesco.agosti93@gmail.com>2019-01-02 23:08:15 +0800
commit5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8 (patch)
tree81c617c6ed0029e893517a0b12082e3f7d7bde56 /packages/instant/src/components/standard_panel_content.tsx
parent586a8ba8e7427eab2fdc974dab6483105b7cd5b6 (diff)
downloaddexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.gz
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.bz2
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.lz
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.xz
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.tar.zst
dexon-sol-tools-5721b25c3ace6e0dc336e2bfc7a0e45fd575a5a8.zip
feat: give all stateless components a displayName or make them private
Diffstat (limited to 'packages/instant/src/components/standard_panel_content.tsx')
-rw-r--r--packages/instant/src/components/standard_panel_content.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/instant/src/components/standard_panel_content.tsx b/packages/instant/src/components/standard_panel_content.tsx
index 79b7bff24..f2987df82 100644
--- a/packages/instant/src/components/standard_panel_content.tsx
+++ b/packages/instant/src/components/standard_panel_content.tsx
@@ -71,3 +71,5 @@ export const StandardPanelContent: React.StatelessComponent<StandardPanelContent
<Container>{action}</Container>
</Container>
);
+
+StandardPanelContent.displayName = 'StandardPanelContent';