diff --git a/interface/app/$libraryId/settings/client/general.tsx b/interface/app/$libraryId/settings/client/general.tsx index 2a75fef9c..707cec6f7 100644 --- a/interface/app/$libraryId/settings/client/general.tsx +++ b/interface/app/$libraryId/settings/client/general.tsx @@ -29,7 +29,6 @@ export const Component = () => { const platform = usePlatform(); const debugState = useDebugState(); const editNode = useBridgeMutation('nodes.edit'); - const p2pSettingsEnabled = useFeatureFlag('p2pSettings'); const connectedPeers = useConnectedPeers(); const form = useZodForm({ @@ -171,79 +170,75 @@ export const Component = () => { onClick={() => (getDebugState().enabled = !debugState.enabled)} /> - {p2pSettingsEnabled && ( -
- Allow your node to communicate with other Spacedrive nodes - around you -
-- Required for library sync or - Spacedrop! -
- > - } - > - {/* TODO: Switch doesn't handle optional fields correctly */} -+ Allow your node to communicate with other Spacedrive nodes around + you +
++ Required for library sync or + Spacedrop! +
+ > + } + > + {/* TODO: Switch doesn't handle optional fields correctly */} +