mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Renaming old reference plugin
This commit is contained in:
@@ -3,7 +3,7 @@ import {bindActionCreators} from 'redux';
|
||||
import ViewingOptions from '../components/ViewingOptions';
|
||||
import {openViewingOptions, closeViewingOptions} from '../actions';
|
||||
|
||||
const mapStateToProps = ({coralPluginViewingOptions: state}) => ({
|
||||
const mapStateToProps = ({talkPluginViewingOptions: state}) => ({
|
||||
open: state.open
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user