Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 349 Rev 350
Línea 41... Línea 41...
41
      onNonNativeShare?.();
41
      onNonNativeShare?.();
42
    }
42
    }
43
  };
43
  };
Línea 44... Línea 44...
44
 
44
 
45
  return (
-
 
46
    <button
45
  return (
47
      onClick={handleOnClick}
-
 
48
      type="button"
-
 
49
      disabled={disabled}
-
 
50
      style={{ flexGrow: 1 }}
-
 
51
    >
46
    <button onClick={handleOnClick} type="button" disabled={disabled}>
52
      {children}
47
      {children}
53
    </button>
48
    </button>
54
  );
49
  );