Skip to content

Commit d44782d

Browse files
committed
Fix type error
1 parent c12255d commit d44782d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/organisms/BoostHubSignInForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ const BoostHubSignInForm = () => {
113113
team.icon != null
114114
? getBoostHubTeamIconUrl(team.icon.location)
115115
: undefined,
116+
personal: team.personal,
116117
}
117118
}),
118119
})

0 commit comments

Comments
 (0)