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:
@@ -50,8 +50,6 @@ const BaseButton: StatelessComponent<InnerProps> = ({
|
||||
type,
|
||||
...rest
|
||||
}) => {
|
||||
console.log("type", type, "Basebutton");
|
||||
|
||||
let Element = "button";
|
||||
|
||||
if (anchor) {
|
||||
|
||||
Reference in New Issue
Block a user