remove divider below memories
This commit is contained in:
parent
aa126cdba4
commit
07fa8cd235
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class _MemoriesWidgetState extends State<MemoriesWidget> {
|
|||
height: 12,
|
||||
),
|
||||
_buildMemories(snapshot.data!),
|
||||
const Divider(),
|
||||
const SizedBox(height: 10),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue