fix: Webcam backgrounds crash the entire client on Firefox

This commit is contained in:
Joao Victor 2022-12-06 07:32:40 -03:00
parent fc32f5b2e9
commit cf40b24ef6

View File

@ -77,7 +77,7 @@ export const CustomBackgroundsProvider = ({ children }) => {
const loadFromDB = () => {
const onError = () => dispatch({
type: 'load',
backgrounds: {},
backgrounds: [],
});
const onSuccess = (backgrounds) => dispatch({