Skip to content

Commit

Permalink
🤡 Change stub messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yermukhanbet committed Oct 4, 2022
1 parent dd1bbcd commit 007fff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/LogsSheetKit/LogsSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ private let dateFormatter: ISO8601DateFormatter = {

struct LogsSheet_Previews: PreviewProvider {
static private let logsStub: [ActionLog] = [
ActionLog(message: "stub"),
ActionLog(message: "stub"),
ActionLog(message: "stub")
ActionLog(message: "stub action log"),
ActionLog(message: "stub action log"),
ActionLog(message: "stub action log")
]

static var previews: some View {
Expand Down

0 comments on commit 007fff4

Please sign in to comment.