Skip to content

Commit

Permalink
✏️ Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 26, 2023
1 parent 94ca536 commit e3e6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/src/components/connections/ConnectionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ConnectionTable() {
app: connection.provider_slug,
category: connection.token_type,
status: connection.status,
linkedUser: connection.alias,
linkedUser: connection.id_linked_user,
date: new Date().toISOString(),
}))

Expand Down

0 comments on commit e3e6583

Please sign in to comment.