Skip to content

Commit

Permalink
feat(buildteams): 🐛 Data beeing undefined in prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Aug 16, 2023
1 parent 04fd31d commit 8690125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/teams/[team]/manage/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Settings = ({ data: tempData }: any) => {
}}
seo={{ nofollow: true, noindex: true }}
>
<SettingsTabs team={data.id}>
<SettingsTabs team={data?.id}>
{data && (
<>
<form onSubmit={handleSave}>
Expand Down

0 comments on commit 8690125

Please sign in to comment.