aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/infobox/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/infobox/index.tsx')
-rw-r--r--src/components/ui/infobox/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/ui/infobox/index.tsx b/src/components/ui/infobox/index.tsx
index d4ff61053..9635941cc 100644
--- a/src/components/ui/infobox/index.tsx
+++ b/src/components/ui/infobox/index.tsx
@@ -14,7 +14,6 @@ interface IProps extends WithStylesProps<typeof styles> {
14 onUnmount?: () => void; 14 onUnmount?: () => void;
15 ctaOnClick?: () => void; 15 ctaOnClick?: () => void;
16 ctaLabel?: string; 16 ctaLabel?: string;
17 ctaLoading?: boolean;
18 children: ReactNode; 17 children: ReactNode;
19 className: string; 18 className: string;
20} 19}
@@ -115,7 +114,6 @@ class InfoboxComponent extends Component<IProps, IState> {
115 ctaOnClick: () => {}, 114 ctaOnClick: () => {},
116 onDismiss: () => {}, 115 onDismiss: () => {},
117 ctaLabel: '', 116 ctaLabel: '',
118 ctaLoading: false,
119 }; 117 };
120 118
121 state = { 119 state = {