import React from 'react'; export default function RuledTitle({ field, input, meta }) { return ( <>
{field.label &&

{field.label}

} {!field.label &&
}
) }