mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 12:08:32 +00:00
Fix ordering on NetworkPage
This commit is contained in:
parent
3eb4244549
commit
30082dc961
@ -8,7 +8,7 @@
|
||||
<Tabs>
|
||||
@if (Networks != null)
|
||||
{
|
||||
foreach (var kvp in Networks)
|
||||
foreach (var kvp in Networks.OrderBy(x => x.Key))
|
||||
{
|
||||
var networkType = kvp.Key;
|
||||
var networks = kvp.Value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user