From 35027e5b1b90f81a505024013102d6d2c90c163a Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 15 Jun 2021 23:04:09 +0300 Subject: [PATCH] fix lint --- src/views/ContactsPage/ContactsPageView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ContactsPage/ContactsPageView.tsx b/src/views/ContactsPage/ContactsPageView.tsx index 5d8a6f9..5356fe1 100644 --- a/src/views/ContactsPage/ContactsPageView.tsx +++ b/src/views/ContactsPage/ContactsPageView.tsx @@ -44,7 +44,7 @@ const IndexUL = styled.ul` padding: 0; list-style: none; - li:before { + li::before { content: attr(data-icon); margin-right: 4px; }