summaryrefslogtreecommitdiff
path: root/webapp/src/components/trick_in_play.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/trick_in_play.rs')
-rw-r--r--webapp/src/components/trick_in_play.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/components/trick_in_play.rs b/webapp/src/components/trick_in_play.rs
index c68239e..5400b49 100644
--- a/webapp/src/components/trick_in_play.rs
+++ b/webapp/src/components/trick_in_play.rs
@@ -12,6 +12,7 @@ pub fn trick_in_play(props: &TrickInPlayProps) -> Html {
html! {
<>
<p>{ format!("Leader: {:?}", props.in_progress.leader()) }</p>
+ <p>{ format!("It is {:?} to play", props.in_progress.current_player()) }</p>
{ for cards }
</>
}