mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -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],
|
[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
|
// Save settings when orderedIds or selectedIds change
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user