Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed May 20, 2022
1 parent e8372e6 commit b5db74d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@react-spectrum/list/src/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function ListView<T extends object>(props: SpectrumListProps<T>, ref: DOMRef<HTM
let isLoading = loadingState === 'loading' || loadingState === 'loadingMore';

let {styleProps} = useStyleProps(props);
let {locale} = useLocale();
let layout = useListLayout(state, props.density || 'regular', state.selectionManager.disabledBehavior === 'selection');
let dragState: DraggableCollectionState;
let preview = useRef(null);
Expand Down

0 comments on commit b5db74d

Please sign in to comment.