diff --git a/apps/mobile/app/components/list-items/headers/section-header.tsx b/apps/mobile/app/components/list-items/headers/section-header.tsx index b53e8d057..54276249c 100644 --- a/apps/mobile/app/components/list-items/headers/section-header.tsx +++ b/apps/mobile/app/components/list-items/headers/section-header.tsx @@ -185,6 +185,11 @@ export const SectionHeader = React.memo< }, (prev, next) => { if (prev.item.title !== next.item.title) return false; + if (prev.groupOptions?.groupBy !== next.groupOptions.groupBy) return false; + if (prev.groupOptions?.sortDirection !== next.groupOptions.sortDirection) + return false; + if (prev.groupOptions?.sortBy !== next.groupOptions.sortBy) return false; + return true; } ); diff --git a/apps/mobile/app/components/properties/tags.js b/apps/mobile/app/components/properties/tags.js index b8ee852a4..59e7d4e5b 100644 --- a/apps/mobile/app/components/properties/tags.js +++ b/apps/mobile/app/components/properties/tags.js @@ -48,7 +48,7 @@ export const Tags = ({ item, close }) => { >