Skip to content

Commit

Permalink
fix intendation in connections.js
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Fries <thomas.fries0@gmail.com>
  • Loading branch information
thjaeckle and thfries committed Sep 19, 2022
1 parent 3e4840f commit 152f7e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/modules/connections/connections.js
Expand Up @@ -262,9 +262,9 @@ function loadConnections() {
row.id = id;
if (API.env() === 'ditto_2') {
API.callConnectionsAPI('retrieveConnection', (dittoConnection) => {
row.insertCell(0).innerHTML = dittoConnection.name;
},
id);
row.insertCell(0).innerHTML = dittoConnection.name;
},
id);
} else {
row.insertCell(0).innerHTML = connection.name;
}
Expand Down

0 comments on commit 152f7e0

Please sign in to comment.