This commit is contained in:
2022-05-22 18:30:10 +08:00
parent 7590dacbc0
commit 25c556ea44

View File

@@ -357,7 +357,7 @@ export default function Time(props) {
</TableHead>
<TableBody>
{ranges.map((range) => {
if (onlyShowAvaliable) {
if (onlyShowAvaliable && range.name === "") {
return;
}
return (