chore: format

This commit is contained in:
Jack Wotherspoon
2026-02-16 19:19:15 -05:00
committed by Keith Guerin
parent 86017b9f15
commit 2d3b43b3c1

View File

@@ -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(() => {