mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
oops trailing comma
This commit is contained in:
@@ -62,7 +62,7 @@ export default () => {
|
|||||||
}),
|
}),
|
||||||
child: child,
|
child: child,
|
||||||
});
|
});
|
||||||
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })),
|
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, }));
|
||||||
const indicatorArea = SpaceRightDefaultClicks(Widget.Box({
|
const indicatorArea = SpaceRightDefaultClicks(Widget.Box({
|
||||||
children: [
|
children: [
|
||||||
separatorDot,
|
separatorDot,
|
||||||
|
|||||||
Reference in New Issue
Block a user