Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pineylilly committed Oct 29, 2023
1 parent 8cee54e commit b99e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/product/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default async function Page({ params }: { params: { id: string } }) {
<Card className="w-full">
<CardHeader className="">
<div className="items-center flex justify-center">
Review section
Review Section
</div>
{isAuthenticated() ? (
<ReviewForm productId={id} prev_review={prev_review} />
Expand Down

0 comments on commit b99e54d

Please sign in to comment.