Compare commits
No commits in common. "5afef2bcabcb884922a7dd23e0eabd2fecb589ff" and "55d39e02d26623648ee5b0a23a0142f04e285924" have entirely different histories.
5afef2bcab
...
55d39e02d2
@ -74,7 +74,7 @@ export function OBSProvider({children}) {
|
||||
}
|
||||
|
||||
function getElementName(element) {
|
||||
return `sub${sessionStorage.getItem("liceName") || 1}.${element}`
|
||||
return `sub${sessionStorage.getItem("obs_prefix") || 1}.${element}`
|
||||
}
|
||||
|
||||
export function useOBS() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user