Disable facepile
This commit is contained in:
parent
289f7285ae
commit
6da369f3fe
2 changed files with 12 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ export function RegisteredView({ client }) {
|
|||
<Title className={styles.recentCallsTitle}>
|
||||
Your recent Calls
|
||||
</Title>
|
||||
<CallList rooms={recentRooms} client={client} />
|
||||
<CallList rooms={recentRooms} client={client} disableFacepile />
|
||||
</>
|
||||
)}
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue