mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 12:19:34 +08:00
Handling error messages
This commit is contained in:
@@ -50,8 +50,6 @@ const BaseButton: StatelessComponent<InnerProps> = ({
|
||||
type,
|
||||
...rest
|
||||
}) => {
|
||||
console.log("type", type, "Basebutton");
|
||||
|
||||
let Element = "button";
|
||||
|
||||
if (anchor) {
|
||||
|
||||
@@ -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