Skip to content

Commit 77cb9db

Browse files
committed
Update collection_pane.dart
1 parent 5a9dd7c commit 77cb9db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/screens/home_page/collection_pane.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ class _RequestListState extends ConsumerState<RequestList> {
165165
},
166166
itemBuilder: (context, index) {
167167
var id = requestSequence[index];
168-
169168
return ReorderableDragStartListener(
170169
key: ValueKey(id),
171170
index: index,

0 commit comments

Comments
 (0)