summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-16 15:46:04 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit3f8100bda2d38f2c7501bb9d19415764cfa705ce (patch)
treeb2ab49c0b5aea74c0662666cb55a0742a11a7db0
parentNicer TLS button text (diff)
downloadsynapse-3f8100bda2d38f2c7501bb9d19415764cfa705ce.tar.xz
Llittle lin
-rw-r--r--synapse_topology/webui/src/js/components/InlineError.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse_topology/webui/src/js/components/InlineError.jsx b/synapse_topology/webui/src/js/components/InlineError.jsx
index e5761131ed..73a6318eb7 100644
--- a/synapse_topology/webui/src/js/components/InlineError.jsx
+++ b/synapse_topology/webui/src/js/components/InlineError.jsx
@@ -8,4 +8,5 @@ export default ({ error, children }) => {
         {children}
         {error ? <span>{error}</span> : undefined}
     </div>
+
 }
\ No newline at end of file