Skip to content

Commit

Permalink
Merge pull request #208 from Meetfolio-Project-CodeZ-Team/develop
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
Minkyu0424 authored May 26, 2024
2 parents eb2286e + ff803fe commit 0fb9405
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/components/experience/ExpKeywordContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react'
import { useRecoilState } from 'recoil'
import { expData, expNum } from '../../recoil/experience'
import NameBox from '../common/NameBox'
import NameBox from './NameBox'

const ExpKeywordContainer = () => {
const [experienceNumber, setExperienceNumber] = useRecoilState(expNum)
Expand Down
1 change: 0 additions & 1 deletion src/app/components/experience/Stack.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use client'
// import AdminNavContainer from '@/app/components/admin/containers/AdminNavContainer'
import NameBox from '@/app/components/experience/NameBox'
import Button from '@/app/components/common/Button'
import Input from '@/app/components/common/Input'
Expand Down
4 changes: 1 addition & 3 deletions src/app/components/mypage/MyPointContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ const MyPointContainer = () => {
<Icons className="mt-2" name={pointW} />
충전하기
</div>
{isOpen && (
<ChargePoint closeCharge={closeModal} cost={0} coverLetterId={0} />
)}
{isOpen && <ChargePoint closeCharge={closeModal} coverLetterId={0} />}
</div>
<div className="w-[105.75px] h-[18px] left-[75px] top-[82.68px] absolute text-gray-900 text-[28px] font-bold font-['Rubik'] leading-[30px]">
포인트
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/mypage/PointCharge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const PointCharge = () => {
충전하기
</div>
{isOpen && (
<ChargePoint closeCharge={closeModal} cost={0} coverLetterId={0} />
<ChargePoint closeCharge={closeModal} coverLetterId={0} />
)}
</div>
<div className="w-[105.75px] h-[18px] left-[75px] top-[82.68px] absolute text-gray-900 text-[28px] font-bold font-['Rubik'] leading-[30px]">
Expand Down

0 comments on commit 0fb9405

Please sign in to comment.