chore(send-view-additional-options): remove eslint comments

This commit is contained in:
eliabejr 2019-01-22 11:16:09 -03:00
parent c25e424f24
commit cdf5999509
1 changed files with 2 additions and 3 deletions

View File

@ -74,12 +74,12 @@ const OptionsWrapper = styled.div`
overflow-y: auto;
`;
/* eslint-disable max-len */
const Option = styled.button`
border: none;
background: none;
height: 60px;
background-color: ${props => props.bgColor || props.theme.colors.inputBackground};
background-color: ${
props => props.bgColor || props.theme.colors.inputBackground};
cursor: pointer;
z-index: 99;
text-transform: capitalize;
@ -88,7 +88,6 @@ const Option = styled.button`
background-color: ${props => props.theme.colors.background};
}
`;
/* eslint-enable max-len */
type Props = {
value: string,