Skip to content

Commit

Permalink
Update ProductDate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HimAYouN committed Aug 26, 2023
1 parent 0b49de6 commit 6addf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week3/react-trail-app/src/components/ProductDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import React from "react";


const ProductDate = (props)=>{
const month = props.itemDate.Month;
const year = props.itemDate.Year;
const month = props.itemDate.Month;
const year = props.itemDate.Year;
const day = props.itemDate.Day;

return (
Expand Down

0 comments on commit 6addf03

Please sign in to comment.