diff options
Diffstat (limited to 'webapp/src/components/table.rs')
-rw-r--r-- | webapp/src/components/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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) }</p> + <>{ format!("This is table {}", props.table.id) }</p> <button onclick={leave_table}> { "Leave table" } </button> |