Skip to content

Commit 936676a

Browse files
authored
chore: remove unused
1 parent 7318750 commit 936676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/components/ReactionBottomSheets/ReactionUserListBottomSheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ReactionUserListBottomSheet = ({
2626
}: ReactionBottomSheetProps) => {
2727
const { width } = useWindowDimensions();
2828
const { bottom, left, right } = useSafeAreaInsets();
29-
const { colors, select, palette } = useUIKitTheme();
29+
const { colors } = useUIKitTheme();
3030

3131
const [tabIndex, setTabIndex] = useState(0);
3232
const scrollRef = useRef<ScrollView>();

0 commit comments

Comments
 (0)