forked from vergnet/application-amicale
Removed unused log and fixed translation error
This commit is contained in:
parent
d9c07f5df0
commit
1a44465381
2 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,7 @@ export default class CustomHeader extends React.Component<Props> {
|
|||
color={ThemeManager.getCurrentThemeVariables().toolbarBtnColor}/>
|
||||
<Input
|
||||
ref="searchInput"
|
||||
placeholder={i18n.t('proximoScreen.onSearchStringChange')}
|
||||
placeholder={i18n.t('proximoScreen.search')}
|
||||
placeholderTextColor={ThemeManager.getCurrentThemeVariables().toolbarPlaceholderColor}
|
||||
onChangeText={this.props.searchCallback}/>
|
||||
</Item>
|
||||
|
|
|
@ -316,7 +316,6 @@ export default class ProximoListScreen extends React.Component<Props, State> {
|
|||
}
|
||||
|
||||
renderItem({item}: Object) {
|
||||
console.log(item);
|
||||
return (<ListItem
|
||||
thumbnail
|
||||
onPress={() => {
|
||||
|
|
Loading…
Reference in a new issue