\n {{\n this.val !== \"\"\n ? isVariant\n ? this.val.includes(\"Not sure\")\n ? \"Not sure\"\n : this.val.includes(\"Other\")\n ? \"Other\" \n : this.val.includes(\"N/A\")\n ? \"N/A\"\n : this.val.replace(/\\|/g, ' ')\n : this.val\n : this.options.length === 0\n ? \"N/A\"\n : \"Select one\"\n }}\n
\n