From 0fc88323ea9f873e849260da4c4bf40c2ab36b60 Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Mon, 6 Apr 2026 12:59:41 +0200 Subject: [PATCH] fix(panel): add GAME_BET and GAME_WIN to transaction type config Missing TYPE_CONFIG entries caused both transaction types to fall back to sign: "+", making bet deductions appear as credits in the admin panel. The actual economy values were correct (negative for bets). Co-Authored-By: Claude Opus 4.6 (1M context) --- panel/src/pages/Transactions.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panel/src/pages/Transactions.tsx b/panel/src/pages/Transactions.tsx index f7c0d48..55360cd 100644 --- a/panel/src/pages/Transactions.tsx +++ b/panel/src/pages/Transactions.tsx @@ -51,6 +51,8 @@ const TYPE_CONFIG: Record