diff --git a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
index c5545fbb6..27046bfa3 100644
--- a/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
+++ b/frontend/app/components/Session_/OverviewPanel/components/EventRow/EventRow.tsx
@@ -46,7 +46,7 @@ const EventRow = React.memo((props: Props) => {
>
{title}
- {message ? : null}
+ {message ? : null}
{isGraph ? (
@@ -78,9 +78,9 @@ const EventRow = React.memo((props: Props) => {
export default EventRow;
-function RowInfo({ message, zIndex }: any) {
+function RowInfo({ message }: any) {
return (
-
+
);
diff --git a/frontend/app/components/ui/SVG.tsx b/frontend/app/components/ui/SVG.tsx
index 58e73ad61..50a451917 100644
--- a/frontend/app/components/ui/SVG.tsx
+++ b/frontend/app/components/ui/SVG.tsx
@@ -256,7 +256,7 @@ const SVG = (props: Props) => {
case 'id-card': return ;
case 'image': return ;
case 'info-circle-fill': return ;
- case 'info-circle': return ;
+ case 'info-circle': return ;
case 'info-square': return ;
case 'info': return ;
case 'inspect': return ;
diff --git a/frontend/app/svg/icons/info-circle.svg b/frontend/app/svg/icons/info-circle.svg
index 035661835..42dc99c8f 100644
--- a/frontend/app/svg/icons/info-circle.svg
+++ b/frontend/app/svg/icons/info-circle.svg
@@ -1,11 +1,4 @@
-
+
\ No newline at end of file