suppressed cookie for now
This commit is contained in:
parent
5fb16fb5b7
commit
f39794a760
@ -30,9 +30,11 @@ fn app() -> Html {
|
||||
html! {
|
||||
<>
|
||||
<h1>{ "Knock-Knock" }</h1>
|
||||
<div>
|
||||
<Cookie cookie={cookie.cookie.clone()} />
|
||||
</div>
|
||||
if false {
|
||||
<div>
|
||||
<Cookie cookie={cookie.cookie.clone()} />
|
||||
</div>
|
||||
}
|
||||
if let Ok(ref joke) = *joke {
|
||||
<Joke joke={joke.clone()}/>
|
||||
}
|
||||
|
Reference in New Issue
Block a user