From d26a4d25a871b6d1fb7f64ba1854b2f247bb6e98 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:59:57 +0000 Subject: [PATCH] fix: format Picker.tsx to pass Biome CI Co-Authored-By: Claude Opus 4.5 --- apps/mcp/src/widget/views/Picker.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/mcp/src/widget/views/Picker.tsx b/apps/mcp/src/widget/views/Picker.tsx index 16cfb964..f86b2941 100644 --- a/apps/mcp/src/widget/views/Picker.tsx +++ b/apps/mcp/src/widget/views/Picker.tsx @@ -60,7 +60,10 @@ export function Picker({ `I selected "${containerTag}" as my active Supermemory workspace. Use this workspace for future Supermemory actions until I select another one.`, ) if (!notification.ok) { - log("warning", `[picker] agent notification failed: ${notification.error}`) + log( + "warning", + `[picker] agent notification failed: ${notification.error}`, + ) } }