Skip to content

Commit 4efe94e

Browse files
updated the docs
1 parent 163fbfa commit 4efe94e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+615
-342
lines changed

β€ŽSources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/DefaultMessageActions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ extension MessageAction {
130130
buttonTitle: L10n.Message.Actions.flag
131131
)
132132

133-
let flageMessage = MessageAction(
133+
let flagMessage = MessageAction(
134134
title: L10n.Message.Actions.flag,
135135
iconName: "flag",
136136
action: flagAction,
137137
confirmationPopup: confirmationPopup,
138138
isDestructive: false
139139
)
140140

141-
return flageMessage
141+
return flagMessage
142142
}
143143
}
36.1 KB
Loading
157 KB
Loading
1.08 MB
Loading
1.08 MB
Loading
10.9 KB
Loading
11.8 KB
Loading
955 KB
Loading
869 KB
Loading
1.29 MB
Loading

0 commit comments

Comments
Β (0)