mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-07 09:51:34 +00:00
fix: remove unnecessary blank line in BookHomeShelf widget
This commit is contained in:
parent
5377398e1d
commit
b995ec2684
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ class BookHomeShelf extends HookConsumerWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
|
|
||||||
return SimpleHomeShelf(
|
return SimpleHomeShelf(
|
||||||
title: title,
|
title: title,
|
||||||
children: shelf.entities
|
children: shelf.entities
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue