File tree Expand file tree Collapse file tree
apps/web/src/app/(app)/claw/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ type ClawMutations = ReturnType<typeof useKiloClawMutations>;
8484const EXA_SEARCH_UI_MIN_CONTROLLER_VERSION = '2026.4.14' ;
8585const MEMORY_MIN_OPENCLAW_VERSION = '2026.4.5' ;
8686const OPENCLAW_IMPORT_UI_MIN_CONTROLLER_VERSION = '2026.4.22' ;
87- const MORNING_BRIEFING_MIN_IMAGE_CALVER = '2026.4.24' ;
8887
8988function formatMorningBriefingSchedule ( cron : string , timezone : string ) : string {
9089 const parts = cron . trim ( ) . split ( / \s + / ) ;
@@ -1407,9 +1406,7 @@ export function SettingsTab({
14071406 : '/api/integrations/google/disconnect' ;
14081407 } , [ organizationId ] ) ;
14091408 const canSeeGoogleCalendar = ! ! user ?. is_admin ;
1410- const canSeeMorningBriefing =
1411- ! ! user ?. is_admin &&
1412- calverAtLeast ( cleanVersion ( status . trackedImageTag ) , MORNING_BRIEFING_MIN_IMAGE_CALVER ) ;
1409+ const canSeeMorningBriefing = ! ! user ?. is_admin ;
14131410
14141411 function handleCycleInboundEmailAddress ( ) {
14151412 mutations . cycleInboundEmailAddress . mutate ( undefined , {
You can’t perform that action at this time.
0 commit comments