oops trailing comma

This commit is contained in:
end-4 2024-03-16 11:33:36 +07:00
parent f002df7f6f
commit a5312ce0b0

View file

@ -62,7 +62,7 @@ export default () => {
}),
child: child,
});
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })),
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, }));
const indicatorArea = SpaceRightDefaultClicks(Widget.Box({
children: [
separatorDot,