mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Updates
This commit is contained in:
parent
3f3a5bf1b5
commit
6609935045
@ -86,6 +86,7 @@ export const RoomPreviewerView: FC<RoomPreviewerViewProps> = props =>
|
|||||||
return (
|
return (
|
||||||
<div className="room-preview-container">
|
<div className="room-preview-container">
|
||||||
<div ref={ elementRef } className="room-preview-image" />
|
<div ref={ elementRef } className="room-preview-image" />
|
||||||
|
{ props.children }
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user