chore: add code formatting and linting (#952)
This commit is contained in:
@ -4,7 +4,7 @@ import { WidgetPreviewContainer } from 'netlify-cms-ui-default';
|
||||
|
||||
const SelectPreview = ({ value }) => (
|
||||
<WidgetPreviewContainer>{value ? value.toString() : null}</WidgetPreviewContainer>
|
||||
)
|
||||
);
|
||||
|
||||
SelectPreview.propTypes = {
|
||||
value: PropTypes.string,
|
||||
|
Reference in New Issue
Block a user