Skip to content

Commit

Permalink
UPDATE: Tried Again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercen-Lee committed Oct 16, 2023
1 parent 927434c commit 3a429f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public struct TossToolbarButtonBuilder {
components
}

public static func buildOptional(_ component: TossToolbarButton?) -> TossToolbarButton? {
return component ?? nil
public static func buildOptional(_ components: [TossToolbarButton]?) -> [TossToolbarButton]? {
return components ?? nil
}
}

0 comments on commit 3a429f6

Please sign in to comment.