Fix error message

This commit is contained in:
Hugh Nimmo-Smith
2024-12-02 11:05:08 +00:00
parent e56baa6e5d
commit c4ee55f9f2

View File

@@ -91,7 +91,7 @@ export function useMuteStates(): MuteStates {
video_enabled: video.enabled,
})
.catch((e) =>
logger.warn("Could not send DeviceMute action to widget", e),
logger.warn("Could not send DeviceMute action to widget host", e),
);
}, [audio, video]);