Skip to content

Commit

Permalink
Reword section on requirements
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
jerelmiller and Meschreiber authored Nov 26, 2024
1 parent 39fb2ad commit f0d6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/fragments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ When the `includeUnpublishedPosts` prop is false, the `Posts` component filters

This strategy might work well for a while, but consider what happens when we start modifying the `PostDetails` component.

We've decided that we no longer want to show the publish date when viewing the list of posts and prefer to display it when viewing an individual post. Let's modify `PostDetails` accordingly.
Suppose we've decided we no longer want to show the publish date on the list of posts and prefer to display it on individual posts. Let's modify `PostDetails` accordingly.

```jsx title="PostDetails.jsx"
export const POST_DETAILS_FRAGMENT = gql`
Expand Down

0 comments on commit f0d6bff

Please sign in to comment.