update dashboard

This commit is contained in:
wayanrivan
2025-05-12 22:06:44 +07:00
parent 02fbcbc42e
commit 2ef9c8a4e4
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,9 @@ const TransactionValue = ({ startdate, enddate }: Props) => {
case "N":
type = "Top Up Partner";
break;
case "E":
type = "Reward";
break;
default:
type = "Unknown";
break;