Skip to content

Commit

Permalink
Hide motivational messages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AshlinHarris authored Nov 6, 2024
1 parent 30768fd commit 9150007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ const get_first_package = (limited_stacktrace) => {
}
}

const motivational_word_probability = 0.1
const motivational_word_probability = 0.0
const motivational_words = [
//
"Don't panic!",
Expand Down

0 comments on commit 9150007

Please sign in to comment.