diff --git a/web/apps/photos/src/components/WatchFolder.tsx b/web/apps/photos/src/components/WatchFolder.tsx
index df3986cec5..7ae61db19e 100644
--- a/web/apps/photos/src/components/WatchFolder.tsx
+++ b/web/apps/photos/src/components/WatchFolder.tsx
@@ -197,13 +197,13 @@ const NoWatches: React.FC = () => {
-
+
{t("watch_folders_hint_2")}
-
+
{t("watch_folders_hint_3")}
@@ -218,18 +218,12 @@ const NoWatchesContainer = styled(VerticallyCentered)({
marginBottom: "32px",
});
-const CheckmarkIcon: React.FC = () => {
- return (
- ({
- display: "inline",
- fontSize: "15px",
- color: theme.palette.secondary.main,
- })}
- />
- );
-};
+const Check: React.FC = () => (
+
+);
interface WatchEntryProps {
watch: FolderWatch;