This commit is contained in:
lollipopkit
2023-09-23 10:54:42 +08:00
parent f2981c5b15
commit 5a9fd74470
22 changed files with 117 additions and 136 deletions

View File

@@ -47,7 +47,7 @@ class _ServerOrderPageState extends State<ServerOrderPage> {
}
Widget _buildItem(int index, String id) {
final spi = Providers.server.servers[id]?.spi;
final spi = Providers.server.pick(id: id)?.spi;
if (spi == null) {
return const SizedBox();
}