Skip to content

Commit

Permalink
fix: smol v4 project page bug (#4481)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth authored Oct 1, 2024
1 parent 794c45f commit bb2fcd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function V4ActivityPanel() {
}
})

const createdAt = data?.projects?.[0].createdAt
const createdAt = data?.projects?.[0]?.createdAt

return (
<div className="min-h-[384px] w-full">
Expand Down

0 comments on commit bb2fcd0

Please sign in to comment.