From 9e7aecaf9ecdb8ad069ddb3bcbb1d7357fecbd49 Mon Sep 17 00:00:00 2001 From: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:31:50 -0700 Subject: [PATCH] [no gbp] express console: Bluescreen on cart (#82844) ## About The Pull Request Truly, ## Why It's Good For The Game Bug fix before you even issue report it --- tgui/packages/tgui/interfaces/Cargo/CargoCart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui/interfaces/Cargo/CargoCart.tsx b/tgui/packages/tgui/interfaces/Cargo/CargoCart.tsx index 473c33146d2ce..a595d5c0e3be7 100644 --- a/tgui/packages/tgui/interfaces/Cargo/CargoCart.tsx +++ b/tgui/packages/tgui/interfaces/Cargo/CargoCart.tsx @@ -55,7 +55,7 @@ export function CargoCart(props) { function CheckoutItems(props) { const { act, data } = useBackend(); - const { amount_by_name, can_send, cart = [], max_order } = data; + const { amount_by_name = {}, can_send, cart = [], max_order } = data; if (cart.length === 0) { return Nothing in cart;