Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 10, 2024
1 parent 938db61 commit 066134e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ extension CommunityModel {
}
if let function = try? subscribeMenuFunction(callback) {
functions.append(.standard(function))
functions.append(.standard(favoriteMenuFunction(callback)))
}
functions.append(.standard(favoriteMenuFunction(callback)))
functions.append(
.standardMenuFunction(
text: "Copy Name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ extension CommunityModel {

if let subscribeAction {
trailingActions.append(subscribeAction)
trailingActions.append(favoriteAction)
}
trailingActions.append(favoriteAction)

return SwipeConfiguration(leadingActions: [], trailingActions: trailingActions)
}
Expand Down

0 comments on commit 066134e

Please sign in to comment.