Skip to content

Commit

Permalink
shorten lucky draw code prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Oct 24, 2024
1 parent 060781c commit 7be0362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/student_topups_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function StudentTopupHistoryPage() {
${new Decimal(topup.amount).toFixed(2)}
</Typography>
<Typography variant="body1">
Lucky draw code: {topup.lucky_draw_code}
Code: {topup.lucky_draw_code}
</Typography>
</CardContent>
</Card>
Expand Down

0 comments on commit 7be0362

Please sign in to comment.