mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
feat: filter dyn (#860)
This commit is contained in:
committed by
GitHub
parent
d7dec1bc4d
commit
a360212dc7
@@ -59,7 +59,7 @@ class _UpPanelState extends State<UpPanel> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text:
|
||||
'Live(${widget.dynamicsController.upData.value.liveUsers?.count})',
|
||||
'Live(${widget.dynamicsController.upData.value.liveUsers?.count ?? "0"})',
|
||||
),
|
||||
if (!isTop) ...[
|
||||
const TextSpan(text: '\n'),
|
||||
|
||||
Reference in New Issue
Block a user