lint the code again and ready for merge

pull/905/head
Brian Jian Zhao 5 years ago
parent d9dd1f4340
commit 634c6f7de0

@ -25,7 +25,6 @@ interface State {
} }
export class SessionSettingListItem extends React.Component<Props, State> { export class SessionSettingListItem extends React.Component<Props, State> {
public static defaultProps = { public static defaultProps = {
inline: true, inline: true,
}; };
@ -41,7 +40,6 @@ export class SessionSettingListItem extends React.Component<Props, State> {
public render(): JSX.Element { public render(): JSX.Element {
const { title, description, type, value, content } = this.props; const { title, description, type, value, content } = this.props;
console.log(content.dotsEnable, 'dotenable?');
const inline = const inline =
!!type && !!type &&
![SessionSettingType.Options, SessionSettingType.Slider].includes(type); ![SessionSettingType.Options, SessionSettingType.Slider].includes(type);

Loading…
Cancel
Save