79205077

Date: 2024-11-19 21:22:28
Score: 1
Natty:
Report link

Adding brackets in the condition statement will solve this error.

{(password !== "") && (
  <div className="col-start-2 col-span-3">
    <ValidationList rules={passwordRules} value={password} />
  </div>
)}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bakiiun