dev01 11 달 전
부모
커밋
a20f6add5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/imagePicker/index.js

+ 1 - 1
src/components/imagePicker/index.js

@@ -147,7 +147,7 @@ export default class ImagePicker extends Component {
     const { api, time, id, num = 1 } = this.props
     return (
       <View className='upload'>
-        {imageUrls && imageUrls.map((url, index) => (
+        {!!id && imageUrls && imageUrls.map((url, index) => (
           <View className='upload-item' key={index}>
             <Image
               className='upload-item-img'