Boris K hace 5 años
padre
commit
8cb37016f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Appointment.js

+ 1 - 1
src/components/Appointment.js

@@ -60,7 +60,7 @@ export class Appoint extends React.Component {
                                         <p>Цена от {spec.price} грн.</p>
                                     </div>
                                      }
-                                    <select  onChange={(e)=>setAppointmentSpec(e.target.value)} defaultValue='choose spec'>
+                                    <select  onChange={(e)=>setAppointmentSpec(e.target.value)} defaultValue='Выбор услуги'>
                                         <option disabled >Выбор услуги</option>
                                         {
                                             doctor.speciality.map(el=> (