fix: Webcam backgrounds crash the entire client on Firefox
This commit is contained in:
parent
fc32f5b2e9
commit
cf40b24ef6
@ -77,7 +77,7 @@ export const CustomBackgroundsProvider = ({ children }) => {
|
||||
const loadFromDB = () => {
|
||||
const onError = () => dispatch({
|
||||
type: 'load',
|
||||
backgrounds: {},
|
||||
backgrounds: [],
|
||||
});
|
||||
|
||||
const onSuccess = (backgrounds) => dispatch({
|
||||
|
Loading…
Reference in New Issue
Block a user