Closed stefano-ottolenghi closed 2 years ago
I observe a missing space in the connection message:
this is due to a trailing space missing in https://github.com/neo4j/neo4j-browser/blob/master/src/browser/modules/Stream/Auth/ConnectedView.tsx#L44 , which when gets (possibly) concatenated with the host, it gets stitched together into connectedto.
connectedto
I can go on and submit a PR adding that space, unless there is a reason for that not being done? :)
Feel free to submit a PR! Reach out here on the issue if you run into any issues :)
Probably best to wait with closing the issue until we've actually fixed the issue 😅
I observe a missing space in the connection message:
this is due to a trailing space missing in https://github.com/neo4j/neo4j-browser/blob/master/src/browser/modules/Stream/Auth/ConnectedView.tsx#L44 , which when gets (possibly) concatenated with the host, it gets stitched together into
connectedto
.I can go on and submit a PR adding that space, unless there is a reason for that not being done? :)