diff --git a/web/src/components/overlay/MobileReviewSettingsDrawer.tsx b/web/src/components/overlay/MobileReviewSettingsDrawer.tsx index 0d10e78810..273cb5946c 100644 --- a/web/src/components/overlay/MobileReviewSettingsDrawer.tsx +++ b/web/src/components/overlay/MobileReviewSettingsDrawer.tsx @@ -348,6 +348,32 @@ export default function MobileReviewSettingsDrawer({ {t("export")} )} + {features.includes("calendar") && ( + + )} + {features.includes("filter") && ( + + )} {features.includes("share-timestamp") && ( - )} - {features.includes("filter") && ( - - )} {isAdmin && features.includes("debug-replay") && (