+
{text}
- {iconRightClass ? React.createElement(iconRightClass, { style: styles.icon, onTouchTap: onIconRightTouchTap }) : ''}
+ {iconRightClass ? React.createElement(iconRightClass, { style: styles.icon, onClick: onIconRightTouchTap }) : ''}
)
}
@@ -42,7 +42,7 @@ Chip.propTypes = {
text: PropTypes.element,
iconRightClass: PropTypes.string,
onIconRightTouchTap: PropTypes.func,
- onTouchTap: PropTypes.func,
+ onClick: PropTypes.func,
style: PropTypes.object
}
diff --git a/src/components/ConfirmButton.jsx b/src/components/ConfirmButton.jsx
index 2242ce3bc..270b59c7b 100644
--- a/src/components/ConfirmButton.jsx
+++ b/src/components/ConfirmButton.jsx
@@ -46,7 +46,7 @@ export default class ConfirmButton extends Component {
return (
diff --git a/src/components/ScriptList.jsx b/src/components/ScriptList.jsx
index acfde51f5..232064f4b 100644
--- a/src/components/ScriptList.jsx
+++ b/src/components/ScriptList.jsx
@@ -82,12 +82,12 @@ class ScriptList extends React.Component {
// targetOrigin={{horizontal: 'left', vertical: 'bottom'}}
// >
//
diff --git a/src/containers/AdminNavigation.jsx b/src/containers/AdminNavigation.jsx
index 338a3f723..8a4cb5a95 100644
--- a/src/containers/AdminNavigation.jsx
+++ b/src/containers/AdminNavigation.jsx
@@ -21,7 +21,7 @@ class AdminNavigation extends React.Component {
switchListItem={