Skip to content

Commit

Permalink
Improve remote user store feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Jan 29, 2025
1 parent 1196a13 commit 41f05f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const UserStoreGeneralSettings: FunctionComponent<UserStoreGeneralSetting
(connection: AgentConnectionInterface) => connection?.agent && !isEmpty(connection?.agent?.displayName)
);
} else {
// Inject a display name for connections without an agent due to disconnected.
// Inject a display name for connections without an agent (Disconnected connections).
_agentConnections = agentConnectionsData?.map((connection: AgentConnectionInterface, index: number) => {
return {
...connection,
Expand Down

0 comments on commit 41f05f2

Please sign in to comment.