Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschiang committed Aug 15, 2024
1 parent 07e8b7a commit 2020a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReviewCard/ReviewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const ReviewCard: FC<{
size = "md",
theme = "light",
}) => {
console.log(review);
const [isOpen, setIsOpen] = useState(false);

const hasMore = useMemo(() => {
Expand Down

0 comments on commit 2020a5a

Please sign in to comment.