Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4368 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4368 Rev 4369
Línea 122... Línea 122...
122
        <form onSubmit={handleOnSubmit}>
122
        <form onSubmit={handleOnSubmit}>
123
          {notifications.map((option, index) => {
123
          {notifications.map((option, index) => {
124
            return (
124
            return (
125
              <div className="notbat" key={index}>
125
              <div className="notbat" key={index}>
126
                <span>
126
                <span>
127
                  {option.input_name}
127
                  {option.label}
128
                </span>
128
                </span>
129
                <SwitchInput
129
                <SwitchInput
130
                  isChecked={option.value}
130
                  isChecked={option.value}
131
                  setValue={(value) => handleChecked(value, option.input_name)}
131
                  setValue={(value) => handleChecked(value, option.input_name)}
132
                />
132
                />