Skip to content

Commit 7ad546d

Browse files
JF-Cozyrezk2ll
authored andcommitted
refactor(Table): Remove useless handleShiftArrow prop
not used in the comp, only passed to the DOM as is
1 parent 7861eb4 commit 7ad546d

File tree

1 file changed

+0
-2
lines changed
  • src/modules/views/Folder/virtualized

1 file changed

+0
-2
lines changed

src/modules/views/Folder/virtualized/Table.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const Table = ({
4949
}) => {
5050
const {
5151
handleShiftClick,
52-
handleShiftArrow,
5352
focusedIndex,
5453
toggleSelectedItem,
5554
isKeyboardNavigating
@@ -101,7 +100,6 @@ const Table = ({
101100
onSelect={handleRowSelect}
102101
isSelectedItem={isSelectedItem}
103102
selectedItems={selectedItems}
104-
handleShiftArrow={handleShiftArrow}
105103
increaseViewportBy={200}
106104
onSortChange={handleSort}
107105
componentsProps={{

0 commit comments

Comments
 (0)