diff --git a/commafeed-client/src/components/content/FeedEntryFooter.tsx b/commafeed-client/src/components/content/FeedEntryFooter.tsx index 8f2a0a13..3672c818 100644 --- a/commafeed-client/src/components/content/FeedEntryFooter.tsx +++ b/commafeed-client/src/components/content/FeedEntryFooter.tsx @@ -1,5 +1,5 @@ import { t } from "@lingui/macro" -import { Checkbox, Group, MultiSelect, Popover } from "@mantine/core" +import { Checkbox, Group, Indicator, MultiSelect, Popover } from "@mantine/core" import { Constants } from "app/constants" import { markEntriesUpToEntry, markEntry, starEntry, tagEntry } from "app/slices/entries" import { useAppDispatch, useAppSelector } from "app/store" @@ -73,7 +73,9 @@ export function FeedEntryFooter(props: FeedEntryFooterProps) { {tags && ( - } label={t`Tags`} /> + + } label={t`Tags`} /> +