const check = props.check ?? false; return <>{check && <span>✅</span>}</>;