summaryrefslogtreecommitdiff
path: root/src/components/SettingsTab.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SettingsTab.tsx')
-rw-r--r--src/components/SettingsTab.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsTab.tsx b/src/components/SettingsTab.tsx
index 35a74cc..d06cb52 100644
--- a/src/components/SettingsTab.tsx
+++ b/src/components/SettingsTab.tsx
@@ -59,7 +59,7 @@ export function SettingsTab(props: SettingsTabProps) {
<PanelSectionRow>
<Field
label="Steam branch"
- description={`${steamBranchStatus.current_branch || "public"}${steamBranchStatus.needs_switch ? ` - ${steamBranchStatus.message}` : ""}`}
+ description={`${steamBranchStatus.selected_branch || "public"}${steamBranchStatus.needs_switch ? ` - ${steamBranchStatus.message}` : ""}`}
/>
</PanelSectionRow>
)}