mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix null
This commit is contained in:
parent
1b679d4217
commit
01ad23fda1
@ -17,7 +17,7 @@ const ExtraActions = (props) => {
|
|||||||
app.isMobile && <Button
|
app.isMobile && <Button
|
||||||
type="ghost"
|
type="ghost"
|
||||||
icon={<Icons.MdAbc />}
|
icon={<Icons.MdAbc />}
|
||||||
disabled={!ctx.track_manifest.lyricsEnabled}
|
disabled={!ctx.track_manifest?.lyricsEnabled}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user