From 928c4a371e078bc4d0130dfb2b081b030caf4e69 Mon Sep 17 00:00:00 2001 From: Rafael Sanchez Date: Tue, 3 Feb 2026 14:10:11 -0700 Subject: [PATCH] run Prettier Signed-off-by: Rafael Sanchez --- .../src/components/UserListPicker/UserListPicker.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx index 5f629bda13..1004585856 100644 --- a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx +++ b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx @@ -708,7 +708,9 @@ describe('', () => { const updateFilters = (update: any) => _setFiltersState((prev: any) => - typeof update === 'function' ? update(prev) : { ...prev, ...update }, + typeof update === 'function' + ? update(prev) + : { ...prev, ...update }, ); const value = {