From 50fc7a2f81b3a232d0838b0968fa6b6742021b0e Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 17 Sep 2024 11:00:14 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Bradley Dice --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index 9b00fd6268b..906b1012238 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -748,7 +748,7 @@ */ var supported_python_versions = this.getSupportedPythonVersions() if (!supported_python_versions.includes(this.active_python_ver)) { - this.active_python_ver = supported_python_versions[0]; + this.active_python_ver = supported_python_versions[supported_python_versions.length - 1]; } }, imgTypeClickHandler(e, type) {