mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
clippy!!
This commit is contained in:
parent
1ac69ae148
commit
f9eabbe8ef
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fn app() -> Element {
|
|||
let prompt = prompt.peek().clone();
|
||||
let number_of_images = n_image.peek().clone();
|
||||
|
||||
if (api_key.is_empty() || prompt.is_empty() || number_of_images.is_empty()) {
|
||||
if api_key.is_empty() || prompt.is_empty() || number_of_images.is_empty() {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue