mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Handling error messages
This commit is contained in:
@@ -63,8 +63,6 @@ export class Button extends React.Component<InnerProps> {
|
||||
...rest
|
||||
} = this.props;
|
||||
|
||||
console.log("type", type, "---------");
|
||||
|
||||
const rootClassName = cn(classes.root, className, {
|
||||
[classes.sizeRegular]: size === "regular",
|
||||
[classes.sizeSmall]: size === "small",
|
||||
|
||||
Reference in New Issue
Block a user