diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-16 15:46:04 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | 3f8100bda2d38f2c7501bb9d19415764cfa705ce (patch) | |
tree | b2ab49c0b5aea74c0662666cb55a0742a11a7db0 | |
parent | Nicer TLS button text (diff) | |
download | synapse-3f8100bda2d38f2c7501bb9d19415764cfa705ce.tar.xz |
Llittle lin
-rw-r--r-- | synapse_topology/webui/src/js/components/InlineError.jsx | 1 |
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 |