Commit 5e69b4c
committed
fix: remove duplicate stable version from version picker
version_stable was included in the numeric range AND appended as
'stable', causing e.g. '33' and 'stable (33)' to both appear.
Exclude version_stable from the numeric loop — it is already shown
via the explicit stable entry.
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>1 parent ccdcf26 commit 5e69b4c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments