Skip to content

Commit

Permalink
feat : update organisms/discountInformation/index.js (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Oct 31, 2023
1 parent 48e5e4b commit 7f6d431
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/organisms/discountInformation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import ImageText from '@molecules/imageText';

const DiscountInformation = ({discountData}) => {

console.log(discountData)
const daysOfWeek = [["일요일", "SUN"], ["월요일", "MON"], ["화요일", "TUE"], ["수요일", "WED"], ["목요일", "THU"], ["금요일", "FRI"], ["토요일", "SAT"]];


return (
<>
<Text text="어메이징한 할인 이벤트" className="discountInfoTitle" />
Expand Down

0 comments on commit 7f6d431

Please sign in to comment.