Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/E2B into improved-a…
Browse files Browse the repository at this point in the history
…pi-refs
  • Loading branch information
0div committed Nov 26, 2024
2 parents 4a953ab + e2899fc commit adc7b6b
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 105 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/(dashboard)/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function MainContent({
case 'personal':
return <PersonalContent user={user} />
case 'keys':
return <KeysContent currentTeam={team} />
return <KeysContent currentTeam={team} user={user} />
case 'sandboxes':
return <SandboxesContent team={team} />
case 'templates':
Expand Down
Loading

0 comments on commit adc7b6b

Please sign in to comment.