Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 25156e4

Browse files
style(mobile): format task config options
Generated-By: PostHog Code Task-Id: c1bbe3cf-742b-4b24-bf96-d11a18b4cf22
1 parent fa8ccff commit 25156e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/mobile/src/app/task/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ export default function NewTaskScreen() {
133133
const keyboard = useReanimatedKeyboardAnimation();
134134
const restingBottom = bottom("compact");
135135
const [adapter, setAdapter] = useState<Adapter>("claude");
136-
const { configOptions, hasLiveConfig, isConfigReady } = useCloudTaskConfigOptions(adapter);
136+
const { configOptions, hasLiveConfig, isConfigReady } =
137+
useCloudTaskConfigOptions(adapter);
137138
const executionModes = getAvailableModesForAdapter(adapter);
138139
const modelConfigOption = getModelConfigOption(configOptions);
139140
const mobileModelOptions = getComposerModelOptions(modelConfigOption);

0 commit comments

Comments
 (0)