Merge pull request #5900 from 44px/patch-4

Fix typo in example, use MyPanel component
This commit is contained in:
Michael Shilman 2019-03-06 14:17:06 +08:00 committed by GitHub
commit af2e91098c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ class MyPanel extends React.Component {
}
addons.register(ADDON_ID, api => {
const render = ({ active }) => <Panel api={api} active={active} />;
const render = ({ active }) => <MyPanel api={api} active={active} />;
const title = 'My Addon';
addons.add(PANEL_ID, {