Skip to content

Commit

Permalink
Merge branch 'main' into update-data-table-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Nov 19, 2023
2 parents 489ff6f + c579e92 commit 9d5276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function getDocFromParams({ params }: DocPageProps) {
const doc = allDocs.find((doc) => doc.slugAsParams === slug)

if (!doc) {
null
return null
}

return doc
Expand Down

0 comments on commit 9d5276a

Please sign in to comment.