Apply prettier formatting
This commit is contained in:
@@ -47,11 +47,8 @@ export const requestMediaPermissions = async (video = true): Promise<MediaStream
|
||||
logger.log("Failed to list userMedia devices", error);
|
||||
const brand = SdkConfig.get().brand;
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t('No media permissions'),
|
||||
description: _t(
|
||||
'You may need to manually permit %(brand)s to access your microphone/webcam',
|
||||
{ brand },
|
||||
),
|
||||
title: _t("No media permissions"),
|
||||
description: _t("You may need to manually permit %(brand)s to access your microphone/webcam", { brand }),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user