contact email
This commit is contained in:
@ -45,7 +45,7 @@ const Dog = () =>
|
||||
<p>pic: {picPath}</p>
|
||||
<p>qr: {qrPath}</p> */}
|
||||
<Img pth={picPath} className=''/>
|
||||
<DogNameTxt name={name} email={email} phone={phone} />
|
||||
<DogNameTxt name={name} email={email} phone={phone} qr_id={dog.qr_id} />
|
||||
</div>
|
||||
:
|
||||
<></>;
|
||||
|
||||
Reference in New Issue
Block a user