Skip to content

Commit

Permalink
🐛 Fix client-details ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
gitseti committed May 11, 2024
1 parent 5fb046c commit 3c33cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/clients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl<'a> Clients<'a> {
sqlite_pool,
"client_details",
|details| details.id.clone().unwrap(),
"id",
"connectedAt",
)
.unwrap(),
);
Expand Down

0 comments on commit 3c33cc4

Please sign in to comment.