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}/>
|
color={ThemeManager.getCurrentThemeVariables().toolbarBtnColor}/>
|
||||||
<Input
|
<Input
|
||||||
ref="searchInput"
|
ref="searchInput"
|
||||||
placeholder={i18n.t('proximoScreen.onSearchStringChange')}
|
placeholder={i18n.t('proximoScreen.search')}
|
||||||
placeholderTextColor={ThemeManager.getCurrentThemeVariables().toolbarPlaceholderColor}
|
placeholderTextColor={ThemeManager.getCurrentThemeVariables().toolbarPlaceholderColor}
|
||||||
onChangeText={this.props.searchCallback}/>
|
onChangeText={this.props.searchCallback}/>
|
||||||
</Item>
|
</Item>
|
||||||
|
|
|
@ -316,7 +316,6 @@ export default class ProximoListScreen extends React.Component<Props, State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
renderItem({item}: Object) {
|
renderItem({item}: Object) {
|
||||||
console.log(item);
|
|
||||||
return (<ListItem
|
return (<ListItem
|
||||||
thumbnail
|
thumbnail
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
|
|
Loading…
Reference in a new issue