From 58aa2e4764f90528270ae5b9a61de576260e5483 Mon Sep 17 00:00:00 2001
From: Kjetil Orbekk
Date: Thu, 22 Dec 2022 19:09:17 -0500
Subject: Fixes to the engine enough that the random bot can finish a game
---
webapp/src/components/table.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'webapp')
diff --git a/webapp/src/components/table.rs b/webapp/src/components/table.rs
index fa21102..794785f 100644
--- a/webapp/src/components/table.rs
+++ b/webapp/src/components/table.rs
@@ -94,7 +94,7 @@ pub fn online_table(props: &OnlineTableProps) -> Html {
html! {
<>
- p<>{ format!("This is table {}", props.table.id) }
+ <>{ format!("This is table {}", props.table.id) }
--
cgit v1.2.3