mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix "Cannot read properties of undefined". Closes #3070
This commit is contained in:
parent
76c3f5131a
commit
7b2ddfd65a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ const useStyles = makeStyles((theme) => ({
|
|||
export const SizeField = ({ source, ...rest }) => {
|
||||
const classes = useStyles()
|
||||
const record = useRecordContext(rest)
|
||||
if (!record) return null
|
||||
return <span className={classes.root}>{formatBytes(record[source])}</span>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue