fix bug
This commit is contained in:
@@ -357,7 +357,7 @@ export default function Time(props) {
|
||||
</TableHead>
|
||||
<TableBody>
|
||||
{ranges.map((range) => {
|
||||
if (onlyShowAvaliable) {
|
||||
if (onlyShowAvaliable && range.name === "") {
|
||||
return;
|
||||
}
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user