[Settings > Button] Fix self reference

pull/72/head
CanadaHonk 2 years ago committed by GitHub
parent 325700a9de
commit fdab9c35d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ const { React } = goosemod.webpackModules.common;
const Button = goosemod.webpackModules.findByProps('Sizes', 'Colors', 'Looks', 'DropdownSizes');
return class Button extends React.PureComponent {
return class GMButton extends React.PureComponent {
render() {
return React.createElement(Button, {
color: Button.Colors.BRAND,
@ -19,4 +19,4 @@ return class Button extends React.PureComponent {
);
}
}
};
};

Loading…
Cancel
Save