[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-03-11 06:38:13 +00:00
parent 8afc2c9ae9
commit b939b482a1
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ const ServerDashboard = (props) => {
</td>
</tr>
{servers.map(([user, server], i) => {
server.name = server.name || ""
server.name = server.name || "";
return (
<tr key={i + "row"} className="user-row">
<td data-testid="user-row-name">{user.name}</td>