mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-26 05:17:04 +00:00
More obvious syntax
Co-authored-by: Timo <16718859+toger5@users.noreply.github.com>
This commit is contained in:
@@ -595,9 +595,8 @@ function useParticipantTiles(
|
||||
}
|
||||
|
||||
return newItems;
|
||||
}
|
||||
|
||||
previousTiles.current = items;
|
||||
|
||||
return items;
|
||||
} else {
|
||||
previousTiles.current = items;
|
||||
return items;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user