| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,7 @@ const SubSubList = props => { | |||
| 52 | 52 | )} | |
| 53 | 53 | </a> | |
| 54 | 54 | ||
| 55 | - {nonViewAllItems.length > 1 && ( | ||
| 55 | + {nonViewAllItems.length >= 1 && ( | ||
| 56 | 56 | <SpecialButton | |
| 57 | 57 | aria-controls={category} | |
| 58 | 58 | onClick={elem.toggleSpecialNavPanel} | |
@@ -75,7 +75,7 @@ const SubSubList = props => { | |||
| 75 | 75 | </Button> | |
| 76 | 76 | )} | |
| 77 | 77 | ||
| 78 | - {((viewAllItems.length > 0 && nonViewAllItems.length > 1) || | ||
| 78 | + {((viewAllItems.length > 0 && nonViewAllItems.length >= 1) || | ||
| 79 | 79 | viewAllItems.length === 0) && ( | |
| 80 | 80 | <ol | |
| 81 | 81 | id={category} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments