diff --git a/ts/components/session/icon/SessionIcon.tsx b/ts/components/session/icon/SessionIcon.tsx index 78d23b114..13393c7de 100644 --- a/ts/components/session/icon/SessionIcon.tsx +++ b/ts/components/session/icon/SessionIcon.tsx @@ -133,19 +133,13 @@ const SessionSvg = (props: { rotateDuration: props.rotateDuration, iconRotation: props.iconRotation, viewBox: props.viewBox, + glowDuration: props.glowDuration, + glowStartDelay: props.glowStartDelay, + iconColor: props.iconColor }; return ( - {/* { props.glowDuration ? - - - - - - : - null - } */} {pathArray.map((path, index) => { return ; })}