mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix null
This commit is contained in:
parent
e1a9a9ef5b
commit
efd0ace00f
@ -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