Skip to content

Commit bf2f5b9

Browse files
committed
Fix prettier formatting
1 parent 85336e0 commit bf2f5b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/hooks/useStreamCallbacks.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,7 @@ export function useStreamCallbacks({
731731
}
732732
return {
733733
...oldData,
734-
pages: oldData.pages.map((page, idx) =>
735-
idx === 0 ? { ...page, items } : page,
736-
),
734+
pages: oldData.pages.map((page, idx) => (idx === 0 ? { ...page, items } : page)),
737735
};
738736
},
739737
);

0 commit comments

Comments
 (0)