This commit is contained in:
Jonathan Kelley 2024-02-18 21:29:10 -08:00
parent 1ac69ae148
commit f9eabbe8ef
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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;
}