Skip to content

Commit 8127216

Browse files
authored
fix: lint (#417)
1 parent 414a2a2 commit 8127216

File tree

1 file changed

+1
-1
lines changed
  • src/app/[countryCode]/(main)/order/[id]/transfer/[token]

1 file changed

+1
-1
lines changed

src/app/[countryCode]/(main)/order/[id]/transfer/[token]/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default async function TransferPage({
1717
Transfer request for order {id}
1818
</Heading>
1919
<Text className="text-zinc-600">
20-
You've received a request to transfer ownership of your order ({id}).
20+
You&#39;ve received a request to transfer ownership of your order ({id}).
2121
If you agree to this request, you can approve the transfer by clicking
2222
the button below.
2323
</Text>

0 commit comments

Comments
 (0)