web: Components: Disabled ESlint Warnings at DropDown component.

This commit is contained in:
Ilya Oleshko 2019-09-10 10:37:58 +03:00
parent b4a25c08ac
commit fb41896730

View File

@ -45,6 +45,7 @@ const Arrow = styled.div`
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.27954 1.12012C10.8122 -0.295972 13.1759 -0.295971 14.7086 1.12012L18.8406 4.93793C19.5796 5.62078 20.5489 6 21.5551 6H24H0H2.43299C3.4392 6 4.40845 5.62077 5.1475 4.93793L9.27954 1.12012Z' fill='%23206FA4'/%3E%3C/svg%3E");
`;
// eslint-disable-next-line react/display-name
const Row = memo(({ data, index, style }) => {
const option = data[index];