refactor: use single quote strings

This commit is contained in:
Timothy Z. 2024-11-18 15:52:28 +02:00
parent 06e43968c9
commit feb84ef4c4

View file

@ -81,7 +81,7 @@ const usePlayer = (urlParams) => {
}
};
} else {
console.warn("Player Unload triggered");
console.warn('Player Unload triggered');
return {
action: 'Unload'
};