Skip to content

Commit

Permalink
Update app/routes/($locale).products.$productHandle.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rheese <[email protected]>
  • Loading branch information
wizardlyhel and rbshop authored Jan 9, 2025
1 parent d99532c commit 5af7f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/($locale).products.$productHandle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function loadCriticalData({
* Make sure to not throw any errors here, as it will cause the page to 500.
*/
function loadDeferredData(args: LoaderFunctionArgs) {
// Put any API calls that is not critical to be available on first page render
// Put any API calls that are not critical to be available on first page render
// For example: product reviews, product recommendations, social feeds.

return {};
Expand Down

0 comments on commit 5af7f91

Please sign in to comment.