summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index 56482a0fb..68f43b543 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -1011,7 +1011,7 @@ export function displayUsernameForUser(user) {
return name;
}
- return null;
+ return '';
}
// Converts a file size in bytes into a human-readable string of the form '123MB'.