Updated client packages

This commit is contained in:
Donkie
2026-01-06 01:40:59 +01:00
parent 848f5dcc94
commit b627e151a8
27 changed files with 2603 additions and 1840 deletions

View File

@@ -31,7 +31,7 @@ export const Version: React.FC = () => {
return <Spin />;
}
if (infoResult.isError) {
if (infoResult.isError || !infoResult.data) {
return <span>Unknown</span>;
}