Fixed: (AnimeBytes) Cache result releases

This commit is contained in:
Bogdan
2023-04-29 18:22:08 +03:00
parent 1bcc3b426e
commit a0e2f3324c
6 changed files with 60 additions and 4 deletions

View File

@@ -351,6 +351,11 @@ class HistoryRow extends Component {
`${data.elapsedTime}ms` :
null
}
{
data.cached === '1' ?
' (cached)' :
null
}
</TableRowCell>
);
}