Remove category selection text

This commit is contained in:
keplyx 2019-09-16 18:54:50 +02:00
parent 15fe4c4147
commit cecf4154f6
3 changed files with 1 additions and 7 deletions

View file

@ -37,7 +37,7 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
createDataset(fetchedData: Object) {
return [
{
title: i18n.t('proximoScreen.listTitle'),
title: '',
data: ProximoMainScreen.generateData(fetchedData),
extraData: super.state,
keyExtractor: this.getKeyExtractor
@ -118,9 +118,5 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
}
}
getRenderSectionHeader(title: String) {
return <H2 style={{textAlign: 'center', paddingVertical: 10}}>{title}</H2>;
}
}

View file

@ -89,7 +89,6 @@
"listUpdated": "Article list updated!",
"listUpdateFail": "Error while updating article list",
"loading": "Loading...",
"listTitle": "Choose a category",
"inStock": "in stock",
"description": "The Proximo is your small grocery store maintained by students directly on the campus. Open every day from 18h30 to 19h30, we welcome you when you are short on pastas or sodas ! Different products for different problems, everything at cost price. You can pay by Lydia or cash.",
"openingHours": "Openning Hours",

View file

@ -89,7 +89,6 @@
"listUpdated": "Liste d'articles mise à jour !",
"listUpdateFail": "Erreur lors de la mise à jour de la list d'articles",
"loading": "Chargement...",
"listTitle": "Choisissez une catégorie",
"inStock": "en stock",
"description": "Le Proximo cest ta petite épicerie étudiante tenu par les étudiants directement sur le campus. Ouvert tous les jours de 18h30 à 19h30, nous taccueillons et te souvent quand tu nas plus de pâtes ou de diluant ! Différents produits pour différentes galère, le tout à prix coûtant. Tu peux payer par Lydia ou par espèce.",
"openingHours": "Horaires d'ouverture",