From 646eaa1ef6084e76f8cbda4b5f36cd7ccf22bc8f Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 27 Jan 2025 18:25:57 -0600 Subject: [PATCH] fix build --- components/Player/screens/queue.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Player/screens/queue.tsx b/components/Player/screens/queue.tsx index ba977f81..81d12061 100644 --- a/components/Player/screens/queue.tsx +++ b/components/Player/screens/queue.tsx @@ -36,7 +36,6 @@ export default function Queue({ navigation }: { navigation: NativeStackNavigatio return `${index}-${item.Id}` }} numColumns={1} - onRelease={(index) => } renderItem={({ item: queueItem, getIndex, drag, isActive }) => { const index = getIndex();