Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-mpsk_client-typo' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Oct 4, 2024
2 parents 5948cfe + 185fdc2 commit 02ea3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/user/user_show.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'id': 'mpsk',
'icon': 'fa-wifi',
'name': 'MPSK Clients',
'badge': user.tasks | length,
'badge': user.mpsk_clients | length,
},
{
'id': 'tasks',
Expand Down

0 comments on commit 02ea3d4

Please sign in to comment.