Removed unused log and fixed translation error
このコミットが含まれているのは:
コミット
1a44465381
2個のファイルの変更、1行の追加、2行の削除
|
|
@ -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={() => {
|
||||
|
|
|
|||
読み込み中…
新しいイシューから参照