chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
const Empty = styled.p`
|
||||
color: ${props => props.theme.textTertiary};
|
||||
color: ${(props) => props.theme.textTertiary};
|
||||
`;
|
||||
|
||||
export default Empty;
|
||||
|
Reference in New Issue
Block a user