From b54aa65f5f0f1eba6890843df010642ce25ee7d8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 30 Aug 2025 01:19:03 -0400 Subject: ignore: fix stuff --- cloud/app/src/routes/workspace/[id].tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cloud/app/src/routes/workspace') diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 65b2a3887..81013dc92 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -167,7 +167,7 @@ const dummyApiKeyData = [ }, ] -export default function() { +export default function () { const actor = createAsync(() => getActor()) onMount(() => { console.log("MOUNTED", actor()) @@ -351,7 +351,7 @@ export default function() {
0} + when={keys()?.length} fallback={

Create an opencode Gateway API key

@@ -368,7 +368,7 @@ export default function() { - + {/* Real data: keys() */} {(key) => ( -- cgit v1.2.3