diff --git a/ui/src/playlist/PlaylistList.jsx b/ui/src/playlist/PlaylistList.jsx
index 4ec2d5ca..67c456f2 100644
--- a/ui/src/playlist/PlaylistList.jsx
+++ b/ui/src/playlist/PlaylistList.jsx
@@ -181,7 +181,9 @@ const PlaylistList = (props) => {
),
comment: ,
- sync: ,
+ sync: !isXsmall && (
+
+ ),
}),
[isDesktop, isXsmall],
)