Skip to content

Commit

Permalink
chore: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Aug 28, 2024
1 parent ffc355a commit 189e891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const FeedBack = ({
);
console.log("usersResponse", usersResponse);
if (!survey?.id) return null;

console.log("rebuild");
return (
<Flex
className="h-full w-full"
Expand Down

0 comments on commit 189e891

Please sign in to comment.