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 ? {error} : undefined} + } \ No newline at end of file