Skip to content

Commit

Permalink
Update fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 21, 2024
1 parent 727facf commit 4c0b8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def add_left_widgets(self) -> None:
try:
if versions:
latest_version, current_version = versions
if current_version != latest_version:
if current_version != latest_version and len(current_version) > 0:
st.warning(
f"🆕 New version is available! \n"
f"Your current version: `{current_version}`, "
Expand Down

0 comments on commit 4c0b8e1

Please sign in to comment.