Skip to content

Commit

Permalink
chore: remove backend version in ui for cloud version (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jan 10, 2025
1 parent e6b46ce commit 5ea2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/pages/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default function Settings() {
</SettingsCard>
)}

{(frontendVersion || backendVersion) && (
{config.IS_SELF_HOSTED && (frontendVersion || backendVersion) && (
<Group justify="flex-end">
{frontendVersion && (
<Text c="dimmed" size="sm">
Expand Down

0 comments on commit 5ea2e92

Please sign in to comment.