Web: Client: JavascriptSDK: skeleton was removed

This commit is contained in:
Vladimir Khvan 2024-01-31 14:20:21 +05:00
parent a8efee895b
commit ec0243236d

View File

@ -252,7 +252,6 @@ const RoomSelector = (props) => {
const buttonPreview = (
<Frame width={"700px"} height={config.height} targetId={frameId}>
<Box id={frameId}></Box>
<RectangleSkeleton width={"700px"} height={config.height} borderRadius="6px" />
</Frame>
);