Skip to content

Commit 9929a9a

Browse files
committed
fix: acces to users tab works even when there is no logo in software
1 parent 145768f commit 9929a9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/core/usecases/softwareUserAndReferent/selectors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const main = createSelector(
3030
};
3131
}
3232

33-
assert(logoUrl !== undefined);
3433
assert(users !== undefined);
3534
assert(referents !== undefined);
3635

0 commit comments

Comments
 (0)