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

Loading…
Cancel
Save