fix: font not loaded in cal video (#8517)

pull/8167/head^2
Nafees Nazik 2023-04-26 00:29:39 +05:30 committed by GitHub
parent 4cc7766f88
commit a4725920ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;