Skip to content

Commit

Permalink
Merge branch 'main' into guide-popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThammathornP authored Oct 20, 2024
2 parents 4b85cef + 2ab96ea commit 3341ad2
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 22 deletions.
94 changes: 76 additions & 18 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
"preview": "vite preview"
},
"dependencies": {

"@xyflow/react": "^12.3.1",

"@types/styled-components": "^5.1.34",

"@xyflow/react": "^12.3.2",
"bootstrap": "^5.3.2",
"dayjs": "^1.11.11",
"html2canvas": "^1.4.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-bootstrap-icons": "^1.10.3",
Expand Down
1 change: 1 addition & 0 deletions client/src/components/InstructionsPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function InstructionsPopup({
// Add a check to ensure instructions are available
if (!instructions || instructions.length === 0) {
return null;

}

const handleNext = () => {
Expand Down

0 comments on commit 3341ad2

Please sign in to comment.