From 1b5da4aacfc9294ddc377854053fc228f9129138 Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:40:25 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#83409) Co-authored-by: github-actions[bot] --- apps/desktop/src/contrib/react/slot.test.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/contrib/react/slot.test.tsx b/apps/desktop/src/contrib/react/slot.test.tsx index 02c3eb87675bc..fcf5f547bdca6 100644 --- a/apps/desktop/src/contrib/react/slot.test.tsx +++ b/apps/desktop/src/contrib/react/slot.test.tsx @@ -29,7 +29,11 @@ describe('Slot contribution render boundary', () => { const [count, setCount] = useState(10) const [suffix] = useState('ready') - return + return ( + + ) } render()