mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 18:50:29 +03:00
parent
eb1ef16b5e
commit
edcf43efba
4 changed files with 9 additions and 9 deletions
|
|
@ -124,7 +124,7 @@ function SpaceAddExistingContent({ roomId }) {
|
|||
/>
|
||||
<IconButton size="small" type="button" onClick={handleSearchClear} src={CrossIC} />
|
||||
</form>
|
||||
{searchIds?.length === 0 && <Text>No result found</Text>}
|
||||
{searchIds?.length === 0 && <Text>No results found</Text>}
|
||||
{
|
||||
(searchIds || allRoomIds).map((rId) => {
|
||||
const room = mx.getRoom(rId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue