We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de7e2a commit 94d3326Copy full SHA for 94d3326
1 file changed
src/state/actions/users.js
@@ -72,6 +72,9 @@ export const fetchUsers = () => {
72
};
73
74
const deleteLogo = oldLogo => {
75
+ if (!oldLogo.includes('firebasestorage')) {
76
+ return null;
77
+ }
78
const logoPath = oldLogo
79
.split('users%2F')
80
.pop()
0 commit comments