diff --git a/src/app/modules/admin/bank/deposit/models/deposit.ts b/src/app/modules/admin/bank/deposit/models/deposit.ts
index 31e16f7..4ff3c39 100644
--- a/src/app/modules/admin/bank/deposit/models/deposit.ts
+++ b/src/app/modules/admin/bank/deposit/models/deposit.ts
@@ -15,7 +15,4 @@ export interface Deposit {
gameMoney?: number;
highRank?: string;
state?: string;
- memberInformation?: string;
- bettingInformation?: string;
- delete?: string;
}
diff --git a/src/app/modules/admin/game/powerball/components/list.component.html b/src/app/modules/admin/game/powerball/components/list.component.html
index 5d57473..c80b4a7 100644
--- a/src/app/modules/admin/game/powerball/components/list.component.html
+++ b/src/app/modules/admin/game/powerball/components/list.component.html
@@ -25,7 +25,7 @@