Skip to content

Commit d4ba51a

Browse files
committed
remove key
1 parent 11a45ca commit d4ba51a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Table/TableBody.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function TableBody<T>({contentContainerStyle, ...props}: TableBodyProps) {
8383
{...props}
8484
>
8585
<FlashList<T>
86-
key={`${hasActiveFilters}`}
8786
data={filteredAndSortedData}
8887
ListEmptyComponent={isEmptyResult ? EmptyResultComponent : ListEmptyComponent}
8988
contentContainerStyle={[filteredAndSortedData.length === 0 && styles.flex1, listContentContainerStyle, contentContainerStyle]}

0 commit comments

Comments
 (0)