Skip to content

Commit 9cd552b

Browse files
committed
refactor: 주석해제
1 parent 1ecd93a commit 9cd552b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • mosu-app/src/pages/mypage/refund/[id]

mosu-app/src/pages/mypage/refund/[id]/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ export default function MyPageRefundPage({
130130
/>
131131
</section>
132132

133-
{/* <Button disabled={isSubmitButtonDisabled} className="mb-10 h-[60px] w-full text-lg font-semibold">
133+
<Button disabled={isSubmitButtonDisabled} className="mb-10 h-[60px] w-full text-lg font-semibold">
134134
{isPending ? <Spinner /> : "환불 신청하기"}
135-
</Button> */}
135+
</Button>
136136
</form>
137137
</Fragment>
138138
);

0 commit comments

Comments
 (0)