run Prettier

Signed-off-by: Rafael Sanchez <achosanchez@gmail.com>
This commit is contained in:
Rafael Sanchez
2026-02-03 14:10:11 -07:00
parent 88dbd5e38a
commit 928c4a371e
@@ -708,7 +708,9 @@ describe('<UserListPicker />', () => {
const updateFilters = (update: any) =>
_setFiltersState((prev: any) =>
typeof update === 'function' ? update(prev) : { ...prev, ...update },
typeof update === 'function'
? update(prev)
: { ...prev, ...update },
);
const value = {