diff --git a/src/components/settings/AboutSection.tsx b/src/components/settings/AboutSection.tsx index 9a7df5491..343ba52e6 100644 --- a/src/components/settings/AboutSection.tsx +++ b/src/components/settings/AboutSection.tsx @@ -525,15 +525,14 @@ export function AboutSection({ isPortable }: AboutSectionProps) { {isLoadingTools || loadingTools[toolName] ? ( ) : tool?.version ? ( -
- {tool.latest_version && - tool.version !== tool.latest_version && ( - - {tool.latest_version} - - )} + tool.latest_version && + tool.version !== tool.latest_version ? ( + + {tool.latest_version} + + ) : ( -
+ ) ) : ( )}