diff --git a/src/screens/Proximo/ProximoListScreen.js b/src/screens/Proximo/ProximoListScreen.js index a51e6ce..90b54b0 100644 --- a/src/screens/Proximo/ProximoListScreen.js +++ b/src/screens/Proximo/ProximoListScreen.js @@ -227,38 +227,10 @@ class ProximoListScreen extends React.Component { onValueChange={value => this.setSortMode(value)} value={this.state.currentSortMode} > - - - {i18n.t('proximoScreen.sortPrice')} - - - - {i18n.t('proximoScreen.sortPriceReverse')} - - - - {i18n.t('proximoScreen.sortName')} - - - - {i18n.t('proximoScreen.sortNameReverse')} - + + + + );