refactor(OptionsMenu): add streamUrl to toast error message

This commit is contained in:
Tim 2022-12-21 13:03:56 +01:00
parent 117dd30c76
commit 879118b098

View file

@ -39,7 +39,7 @@ const OptionsMenu = ({ className, stream }) => {
toast.show({
type: 'error',
title: 'Error',
message: 'Failed to copy stream link. Try to enable your browser permission.',
message: `Failed to copy stream link: ${streamUrl}`,
timeout: 3000
});
});