1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-16 06:26:58 +00:00

add todo comment

This commit is contained in:
Julián Benegas 2020-10-22 20:47:23 -03:00
parent 898acdd391
commit 52dba3d01f

@ -139,6 +139,8 @@ const ProductView: FC<Props> = ({ product, className }) => {
</div>
</section>
</div>
{/* TODO make it work */}
<div className={s.wishlistButton}>
<Heart />
</div>