showInfoBtn() {
return
(this.personAuth === "specialist"
|| this.personAuth === "dispatcher"
|| this.personAuth === "doctor")
},
this statement shows that there is a syntax error. How should I correct it?