Update notificationlist.js

This commit is contained in:
end-4
2024-05-15 19:14:10 +07:00
parent 07f53c36df
commit 735b572b9b
@@ -145,7 +145,7 @@ export default (props) => {
vscroll: 'automatic',
child: Box({
vexpand: true,
// homogeneous: true,
homogeneous: true,
children: [notificationList],
}),
setup: (self) => {