From 4f930869098db8f2165bec48a8c68cfba59f440f Mon Sep 17 00:00:00 2001 From: Clint Brown Date: Thu, 8 Mar 2018 12:21:07 +1100 Subject: [PATCH 1/5] Add classname hooks for default and active state --- plugin-api/beta/client/components/SortOption.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugin-api/beta/client/components/SortOption.js b/plugin-api/beta/client/components/SortOption.js index 8ed0dd149..0b3b48871 100644 --- a/plugin-api/beta/client/components/SortOption.js +++ b/plugin-api/beta/client/components/SortOption.js @@ -1,11 +1,19 @@ import React from 'react'; +import cn from 'classnames'; import styles from './SortOption.css'; import PropTypes from 'prop-types'; +const pluginName = 'talk-slot-viewing-options-sort-option'; + export default class SortOption extends React.Component { + render() { return ( -