mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 10:51:13 +02:00
Fix tests?
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
29ef5905d6
commit
19f14e4b2e
@ -28,6 +28,6 @@ export function join(array: Array<string | JSX.Element>, joiner?: string | JSX.E
|
|||||||
newArray.push(element, (index === array.length - 1) ? null : joiner);
|
newArray.push(element, (index === array.length - 1) ? null : joiner);
|
||||||
});
|
});
|
||||||
return (
|
return (
|
||||||
<span> { newArray } </span>
|
<span>{ newArray }</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user