<p> {this.props.canLink ? ( <Link to={"/"} > Test </Link> ) : ( <Link to={"#"} style={{ cursor: "default", color: "grey" }}> Test </Link> )} </p>