aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/InfoBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/InfoBar.tsx')
-rw-r--r--src/components/ui/InfoBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/InfoBar.tsx b/src/components/ui/InfoBar.tsx
index bdc12510d..b7bfe0fa6 100644
--- a/src/components/ui/InfoBar.tsx
+++ b/src/components/ui/InfoBar.tsx
@@ -72,6 +72,7 @@ class InfoBar extends Component<IProps> {
72 lines={10} 72 lines={10}
73 scale={0.3} 73 scale={0.3}
74 color="#FFF" 74 color="#FFF"
75 // @ts-expect-error Property 'component' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ReactLoader> & Readonly<LoaderProps>
75 component="span" 76 component="span"
76 /> 77 />
77 {ctaLabel} 78 {ctaLabel}