mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-22 09:08:45 +00:00
mod: dynamic panel (#738)
This commit is contained in:
committed by
GitHub
parent
7bb0307e6a
commit
e0fe16fd14
@@ -111,7 +111,7 @@ class _SearchDynamicState extends State<SearchDynamic>
|
||||
? LastChildLayoutType.foot
|
||||
: LastChildLayoutType.none;
|
||||
},
|
||||
children: (loadingState.response as List)
|
||||
children: loadingState.response!
|
||||
.map((item) => DynamicPanel(item: item))
|
||||
.toList(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user