summary refs log tree commit diff stats
path: root/src/components/inventory.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/components/inventory.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/inventory.rs b/src/components/inventory.rs
index 275dd0b..31b1c12 100644
--- a/src/components/inventory.rs
+++ b/src/components/inventory.rs
@@ -23,8 +23,8 @@ pub fn Inventory() -> impl IntoView {
                     producer = |products| {
                         let products_num = products.len();
                         let plural_s = if products_num == 1 { "" } else { "s" };
-                        let products_value = 2;
-                        let products_currency = "EUR";
+                        let products_value = -1;
+                        let products_currency = "TODO";
 
                         view! {
                             <p>