Skip to content

Commit

Permalink
Tweak wording on issue with non data masking
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 868ccaf commit 39fb2ad
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 @@ -666,7 +666,7 @@ The `Posts` component is responsible for fetching and rendering a list of posts.

When the `includeUnpublishedPosts` prop is false, the `Posts` component filters out unpublished posts from our list of all posts by checking the `publishedAt` property on the post object.

This may work great for a while, but consider what happens when we start modifying our `PostDetails` component.
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.

Expand Down

0 comments on commit 39fb2ad

Please sign in to comment.