Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Mar 11, 2024
1 parent dd14416 commit 07801dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/SelectionList.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function SelectionListWrapper({canSelectMultiple}: SelectionListWrapperProps) {
const onSelectRow = (item: ListItem) => {
if (!item.keyForList) {
return;
}
}

if (canSelectMultiple) {
if (selectedIds.includes(item.keyForList)) {
Expand Down

0 comments on commit 07801dd

Please sign in to comment.