Skip to content

Commit 466793b

Browse files
committed
fix
1 parent b86d775 commit 466793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/display.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ display.item_omega <- display.performance_model
7070
display.item_difficulty <- display.performance_model
7171

7272
.display_default_format <- function(format) {
73-
format <- getOption("easystats_display_format", "markdown")
73+
format <- getOption("easystats_display_format", format)
7474
insight::validate_argument(format, c("markdown", "html", "md", "tt"))
7575
}

0 commit comments

Comments
 (0)