mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Whitespace
This commit is contained in:
@@ -726,9 +726,9 @@ function App({ wsEndpoint, role }) {
|
|||||||
<h2>Custom Streams</h2>
|
<h2>Custom Streams</h2>
|
||||||
<div>
|
<div>
|
||||||
{/*
|
{/*
|
||||||
Include an empty object at the end to create an extra input for a new custom stream.
|
Include an empty object at the end to create an extra input for a new custom stream.
|
||||||
We need it to be part of the array (rather than JSX below) for DOM diffing to match the key and retain focus.
|
We need it to be part of the array (rather than JSX below) for DOM diffing to match the key and retain focus.
|
||||||
*/}
|
*/}
|
||||||
{customStreams.map(({ link, label, kind }, idx) => (
|
{customStreams.map(({ link, label, kind }, idx) => (
|
||||||
<div>
|
<div>
|
||||||
<CustomStreamInput
|
<CustomStreamInput
|
||||||
|
|||||||
Reference in New Issue
Block a user