Skip to content

Commit

Permalink
fix: bank account
Browse files Browse the repository at this point in the history
  • Loading branch information
wnmay committed Oct 29, 2024
1 parent 9d950db commit a864f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/components/profile/uploadPaymentBlock.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ const UploadPaymentBlock: React.FC<UploadPaymentBlockProps> = ({ paymentStatus,
return (
<div className={classes.paymentContainer}>
{/* <img src={paymentQR} alt="QR Code" className={classes.image} /> */}
<Typography variant="subtitle1">ชื่อบัญชี กรรมการนิสิต คณะวิศวกรรมศาสตร์ จุฬาฯ</Typography> {/* TODO: แก้ชื่อบัญชี */}
<Typography variant="subtitle1">ชื่อบัญชี : กรรมการนิสิต คณะวิศวกรรมศาสตร์ จุฬาฯ</Typography> {/* TODO: แก้ชื่อบัญชี */}
<Typography variant="subtitle1">ธนาคารไทยพาณิชย์</Typography> {/* TODO: แก้ชื่อธนาคาร */}
<Typography variant="subtitle1">เลขบัญชี 045-286444-0</Typography> {/* TODO: แก้เลขบัญชี */}
<Typography variant="subtitle1">เลขบัญชี : 045-286444-0</Typography> {/* TODO: แก้เลขบัญชี */}
<Typography variant="subtitle1">จำนวน 750 บาท</Typography>
{errorMessage.current !== "" && (
<Typography variant="subtitle2" component="div" className={classes.error}>
Expand Down

0 comments on commit a864f24

Please sign in to comment.