Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed May 10, 2024
1 parent 278d1b9 commit 2ae5b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Group2/ButtonRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const ButtonRow = ({
const nametonumber = (page) => {
console.log("nametonumber: " + page)
if (page === "colorPicker"){
console.log("return 0")
console.log("return 1")
return 1
}
else if (page === "colorTempPicker"){
console.log("return 1")
console.log("return 2")
return 2
}
else if (page === "lights"){
console.log("return 2")
console.log("return 3")
return 3
}
else {
Expand Down

0 comments on commit 2ae5b79

Please sign in to comment.