|
|
@ -1,9 +1,9 @@
|
|
|
|
import React from 'react';
|
|
|
|
import React from 'react';
|
|
|
|
import classNames from 'classnames';
|
|
|
|
import classNames from 'classnames';
|
|
|
|
|
|
|
|
|
|
|
|
import { SessionIcon } from './SessionIcon';
|
|
|
|
import { Props, SessionIcon } from './SessionIcon';
|
|
|
|
|
|
|
|
|
|
|
|
export class SessionIconButton extends SessionIcon {
|
|
|
|
export class SessionIconButton extends React.PureComponent<Props> {
|
|
|
|
constructor(props: any) {
|
|
|
|
constructor(props: any) {
|
|
|
|
super(props);
|
|
|
|
super(props);
|
|
|
|
this.clickHandler = this.clickHandler.bind(this);
|
|
|
|
this.clickHandler = this.clickHandler.bind(this);
|
|
|
|