Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Feb 4, 2024
1 parent 5dda0f3 commit 1fb5c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/pages/Project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ function ProjectPage({ project, projectId }: { project: Project; projectId: numb
terminals?.map((terminal, index) => {
return (
<MyTerminal
commandToExecute=""
setCommandToExecute={() => {}}
key={terminal.id}
mainCommandCounter={mainCommandCounter}
projectId={project.id}
Expand Down

0 comments on commit 1fb5c4a

Please sign in to comment.