This commit is contained in:
parent
fb9e8b14ce
commit
c7edf8986b
|
|
@ -1255,7 +1255,7 @@ const Meeting: React.FC = () => {
|
||||||
|
|
||||||
{user.roleId === '1' ? <Popover placement="bottom" title={''} content={
|
{user.roleId === '1' ? <Popover placement="bottom" title={''} content={
|
||||||
<div className={styles.meetingContentSwiperCardPopover}>
|
<div className={styles.meetingContentSwiperCardPopover}>
|
||||||
{item.isRoomManager || user.roleId === '1' ? <Button
|
{item.isRoomManager || item.roleId === '1' ? <Button
|
||||||
type="primary"
|
type="primary"
|
||||||
className='m-ant-btn'
|
className='m-ant-btn'
|
||||||
size={'small'}
|
size={'small'}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue