Skip to content

Commit 7b9d7fa

Browse files
committed
fix: comment
1 parent 4a6b7f9 commit 7b9d7fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/AttachmentPicker/AttachmentPicker.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export const AttachmentPicker = React.forwardRef(
243243
maxNumberOfFiles,
244244
numberOfAttachmentPickerImageColumns,
245245
numberOfUploads: selectedFiles.length + selectedImages.length,
246-
// `id` is available for Expo MediaLibrary while Cameraroll doesn't share id therefore we use `uri`
247246
selected:
248247
selectedImages.some((image) => (image?.uri ? image.uri === asset.uri : false)) ||
249248
selectedFiles.some((file) => (file?.uri ? file.uri === asset.uri : false)),

0 commit comments

Comments
 (0)