Skip to content

Commit b5db74d

Browse files
committed
Fix merge
1 parent e8372e6 commit b5db74d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@react-spectrum/list/src/ListView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ function ListView<T extends object>(props: SpectrumListProps<T>, ref: DOMRef<HTM
115115
let isLoading = loadingState === 'loading' || loadingState === 'loadingMore';
116116

117117
let {styleProps} = useStyleProps(props);
118-
let {locale} = useLocale();
119118
let layout = useListLayout(state, props.density || 'regular', state.selectionManager.disabledBehavior === 'selection');
120119
let dragState: DraggableCollectionState;
121120
let preview = useRef(null);

0 commit comments

Comments
 (0)