Make topics selectable

This commit is contained in:
Thomas Nordquist
2019-01-25 13:06:01 +01:00
parent 370dbdb483
commit 72a3c5953f
23 changed files with 256 additions and 181 deletions

View File

@@ -22,7 +22,7 @@ interface Props {
settingsVisible: boolean
}
class App extends React.Component<Props, {}> {
class App extends React.PureComponent<Props, {}> {
constructor(props: any) {
super(props)
this.state = { }