mirror of https://github.com/sualko/cloud_bbb
feat: videos for all users and moderators
Users and moderators recording viewspull/281/head
parent
558cc95231
commit
858753022b
|
@ -265,9 +265,7 @@ const RoomRow: React.FC<Props> = (props) => {
|
||||||
</td>
|
</td>
|
||||||
}
|
}
|
||||||
<td className="bbb-shrink">
|
<td className="bbb-shrink">
|
||||||
{(adminRoom || true ) &&
|
{<RecordingsNumber recordings={recordings} showRecordings={showRecordings} setShowRecordings={setShowRecordings} />}
|
||||||
<RecordingsNumber recordings={recordings} showRecordings={showRecordings} setShowRecordings={setShowRecordings} />
|
|
||||||
}
|
|
||||||
</td>
|
</td>
|
||||||
<td className="clone icon-col">
|
<td className="clone icon-col">
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue