summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-16 15:11:56 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-16 15:11:56 -0400
commitef9ef1b2bbd9fa34375578b4091a8729d25c94ab (patch)
tree1625c1ecf4f6dd2df8b0c61d116572ed84d6d848 /src
parent4c6939b1938f044a7511f617406e35de463c1b35 (diff)
downloaddecky-lsfg-vk-ef9ef1b2bbd9fa34375578b4091a8729d25c94ab.tar.gz
decky-lsfg-vk-ef9ef1b2bbd9fa34375578b4091a8729d25c94ab.zip
rm unneeded line in dd for profiles
Diffstat (limited to 'src')
-rw-r--r--src/components/ProfileManagement.tsx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx
index d5e5521..79d3aa1 100644
--- a/src/components/ProfileManagement.tsx
+++ b/src/components/ProfileManagement.tsx
@@ -265,10 +265,9 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa
}));
return (
- <PanelSection title="Profile Management">
+ <PanelSection title="Select Profile">
<PanelSectionRow>
- <Field label="Current Profile">
- <div style={{ width: "100%" }}>
+ <div>
<Dropdown
rgOptions={profileOptions}
selectedOption={selectedProfile}
@@ -276,7 +275,6 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa
disabled={isLoading}
/>
</div>
- </Field>
</PanelSectionRow>
<PanelSectionRow>