Skip to content

Commit c522a7c

Browse files
committed
fix
1 parent 1386230 commit c522a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/display.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ display.bayesfactor_inclusion <- display.describe_posterior
102102
}
103103

104104
.display_default_format <- function(format) {
105-
format <- getOption("easystats_display_format", "markdown")
105+
format <- getOption("easystats_display_format", format)
106106
insight::validate_argument(format, c("markdown", "html", "md", "tt"))
107107
}

0 commit comments

Comments
 (0)