Skip to content

Commit

Permalink
fix: 결제완료 오류 수정
Browse files Browse the repository at this point in the history
fix: 결제완료 오류 수정
  • Loading branch information
jeongs9203 committed Nov 30, 2023
2 parents f3a4e2c + 5a2becd commit fe59d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaymentSuccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function PaymentSuccess() {
<td className="py-2 px-4">
<div className="flex">
{data?.method}
{data?.easyPay.provider
{data?.easyPay && data?.easyPay.provider
? '(' + data.easyPay.provider + ')'
: ''}
</div>
Expand Down

0 comments on commit fe59d08

Please sign in to comment.