mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08: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);
|
||||
});
|
||||
return (
|
||||
<span> { newArray } </span>
|
||||
<span>{ newArray }</span>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user