From 6e135cdd36ef5335598de237ab54301414115561 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 26 Dec 2023 13:02:55 +0500 Subject: [PATCH] mobile: sort reminders --- .../app/components/list-items/headers/section-header.js | 5 ++--- apps/mobile/app/components/sheets/sort/index.js | 5 +++++ apps/mobile/app/stores/use-reminder-store.ts | 5 ++++- apps/mobile/app/utils/constants.js | 3 ++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/apps/mobile/app/components/list-items/headers/section-header.js b/apps/mobile/app/components/list-items/headers/section-header.js index c026e36518..dc84ecc207 100644 --- a/apps/mobile/app/components/list-items/headers/section-header.js +++ b/apps/mobile/app/components/list-items/headers/section-header.js @@ -101,7 +101,7 @@ export const SectionHeader = React.memo( alignItems: "center" }} > - {index === 0 && ( + {index === 0 ? ( <>