import React from 'react'; import { SettingsViewProps } from './SessionSettings'; import { DefaultTheme, withTheme } from 'styled-components'; interface Props extends SettingsViewProps { // tslint:disable-next-line: react-unused-props-and-state categoryTitle: string; // tslint:disable-next-line: react-unused-props-and-state theme: DefaultTheme; } const SettingsHeaderInner = (props: Props) => { const { categoryTitle } = props; return (