Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissDrawing committed Jan 15, 2024
1 parent 5d2d644 commit 2bffad0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ const SelectAndOrder = ({
) => {
const getInfoSection = (option, index) => {
const isNotLastItem = index < item.options.length - 1
console.log(option)
return (
<div key={index} className={isNotLastItem ? "mb-5" : "mb-1"}>
<div className={"font-semibold mb-1 text-gray-800"}>
Expand Down

0 comments on commit 2bffad0

Please sign in to comment.