fix syntax error

pull/273/head
cou 2024-03-06 22:46:34 +09:00
parent f1c934b765
commit b94071df96
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function ch_img_node_str(path){
return `<img src='${ch_convert_file_path_to_url(path)}' style="width:24px"/>`;
}
export function ch_sd_version() {
function ch_sd_version() {
let foot = gradioApp().getElementById("footer");
if (!foot) {
return null;