From be7494d7da1ee64eb305553cc504a24979b10b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Fri, 17 Dec 2021 17:17:55 +0000 Subject: [PATCH] fix: remove striped background --- .../src/components/NotificationCenter/NotificationRow.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/new-lamassu-admin/src/components/NotificationCenter/NotificationRow.js b/new-lamassu-admin/src/components/NotificationCenter/NotificationRow.js index 75d97ecd..e318f0c2 100644 --- a/new-lamassu-admin/src/components/NotificationCenter/NotificationRow.js +++ b/new-lamassu-admin/src/components/NotificationCenter/NotificationRow.js @@ -7,7 +7,6 @@ import React from 'react' import { Label1, Label2, TL2 } from 'src/components/typography' import { ReactComponent as Wrench } from 'src/styling/icons/action/wrench/zodiac.svg' import { ReactComponent as Transaction } from 'src/styling/icons/arrow/transaction.svg' -import { ReactComponent as StripesSvg } from 'src/styling/icons/stripes.svg' import { ReactComponent as WarningIcon } from 'src/styling/icons/warning-icon/tomato.svg' import styles from './NotificationCenter.styles' @@ -72,7 +71,6 @@ const NotificationRow = ({ className={classnames(iconClass)} /> - {!valid && } ) }