Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e committed Nov 6, 2023
1 parent c2ae8f2 commit 3f44c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Hacker News/Components/StoryRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct StoryRow_Preview: PreviewProvider {
Group {
StoryRow(appState: appState, story: mockStory, index: 0)
.previewDevice(PreviewDevice(rawValue: "iPhone 14"))
.previewDisplayName("iPhone 14 test2")
.previewDisplayName("iPhone 14 test3")
.previewLayout(.sizeThatFits)

StoryRow(appState: appState, story: mockStory, index: 0)
Expand Down

0 comments on commit 3f44c39

Please sign in to comment.