79438242

Date: 2025-02-14 02:55:42
Score: 0.5
Natty:
Report link
<p>
  {this.props.canLink ? (
    <Link to={"/"} >
      Test
    </Link>
  ) : (
    <Link to={"#"} style={{ cursor: "default", color: "grey" }}>
      Test
    </Link>
  )}
</p>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Park JongBum