mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 02:20:42 -07:00
chore: format
This commit is contained in:
committed by
Keith Guerin
parent
86017b9f15
commit
2d3b43b3c1
@@ -154,7 +154,10 @@ export const FooterConfigDialog: React.FC<FooterConfigDialogProps> = ({
|
||||
[orderedIds],
|
||||
);
|
||||
|
||||
const maxLabelWidth = useMemo(() => listItems.reduce((max, item) => Math.max(max, item.label.length), 0), [listItems]);
|
||||
const maxLabelWidth = useMemo(
|
||||
() => listItems.reduce((max, item) => Math.max(max, item.label.length), 0),
|
||||
[listItems],
|
||||
);
|
||||
|
||||
// Save settings when orderedIds or selectedIds change
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user