Skip to content

Commit

Permalink
Merge pull request #108 from utmgdsc/guide-popup
Browse files Browse the repository at this point in the history
Hotfix for Guide Popup: removed package lock changes
  • Loading branch information
ThammathornP authored Oct 20, 2024
2 parents 2ab96ea + 3341ad2 commit 8b9efd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/InstructionsPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function InstructionsPopup({

// Add a check to ensure instructions are available
if (!instructions || instructions.length === 0) {
return null; // or return a placeholder component
return null;

}

const handleNext = () => {
Expand Down

0 comments on commit 8b9efd3

Please sign in to comment.