Skip to content

Commit 84fccc7

Browse files
fix: prettier
1 parent 398584b commit 84fccc7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

gui/src/util/compactConversation.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ export const useDeleteCompaction = () => {
4848
return (index: number) => {
4949
// Update local state and save to persistence
5050
dispatch(deleteCompaction(index));
51-
dispatch(saveCurrentSession({
52-
openNewSession: false,
53-
generateTitle: false,
54-
}));
51+
dispatch(
52+
saveCurrentSession({
53+
openNewSession: false,
54+
generateTitle: false,
55+
}),
56+
);
5557
};
5658
};

0 commit comments

Comments
 (0)