Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 16, 2024
1 parent 07278b5 commit f0cd856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/f7Button.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ updateF7Button <- function(inputId, label = NULL, color = NULL,
f7Segment <- function(
..., container = deprecated(),
shadow = FALSE, rounded = FALSE, strong = FALSE) {
if (lifecycle::is_present(subtitle)) {
if (lifecycle::is_present(container)) {
lifecycle::deprecate_warn(
when = "1.1.0",
what = "f7Segment(container)",
Expand Down

0 comments on commit f0cd856

Please sign in to comment.