We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a45ca commit d4ba51aCopy full SHA for d4ba51a
1 file changed
src/components/Table/TableBody.tsx
@@ -83,7 +83,6 @@ function TableBody<T>({contentContainerStyle, ...props}: TableBodyProps) {
83
{...props}
84
>
85
<FlashList<T>
86
- key={`${hasActiveFilters}`}
87
data={filteredAndSortedData}
88
ListEmptyComponent={isEmptyResult ? EmptyResultComponent : ListEmptyComponent}
89
contentContainerStyle={[filteredAndSortedData.length === 0 && styles.flex1, listContentContainerStyle, contentContainerStyle]}
0 commit comments