fix: font not loaded in cal video (#8517)
parent
4cc7766f88
commit
a4725920ff
|
@ -263,7 +263,7 @@ export function VideoMeetingInfo(props: VideoMeetingInfo) {
|
|||
);
|
||||
}
|
||||
|
||||
VideoMeetingInfo.PageWrapper = PageWrapper;
|
||||
JoinCall.PageWrapper = PageWrapper;
|
||||
|
||||
export async function getServerSideProps(context: GetServerSidePropsContext) {
|
||||
const { req, res } = context;
|
||||
|
|
Loading…
Reference in New Issue