mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Address review feedback
This commit is contained in:
@@ -230,12 +230,15 @@ const DeviceCard = ({ device }: DeviceCardProps) => {
|
||||
</IconButton>
|
||||
</>
|
||||
)}
|
||||
{isPlayingMedia && (<IconButton onClick={showPlaybackInfo}>
|
||||
<Info />
|
||||
</IconButton>)}
|
||||
{canControl && (<IconButton onClick={showMessageDialog}>
|
||||
<Comment />
|
||||
</IconButton>
|
||||
{isPlayingMedia && (
|
||||
<IconButton onClick={showPlaybackInfo}>
|
||||
<Info />
|
||||
</IconButton>
|
||||
)}
|
||||
{canControl && (
|
||||
<IconButton onClick={showMessageDialog}>
|
||||
<Comment />
|
||||
</IconButton>
|
||||
)}
|
||||
</Stack>
|
||||
</CardActions>
|
||||
|
||||
Reference in New Issue
Block a user