badhon252 / frontend

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Avoid using console in code that runs on browser JS-0002
Bug risk
Major
1 occurrence in this check
Avoid using console in code that runs on the browser
33  };
34
35  const userVariant = variants[props.variant];
36  console.log(userVariant);37  const userSize = sizes[props.size];
38  return (
39    <button