Skip to content

Commit 6c1d1f3

Browse files
committed
chore; remove debugger
1 parent 0929ebd commit 6c1d1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Structure/Department.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function HeroMembers({ list, ...props }) {
7979

8080
const mascot = mascots[mascotN];
8181

82-
debugger
8382
return <Members {...props} ref={ref} style={{ [MASCOT_CSS_PROP]: `url("${mascot.publicURL}")` }} list={
8483
list.map((person, i) => ({
8584
avatar: isInteracted || i !== 1 ? true : 'asIdle',

0 commit comments

Comments
 (0)