diff --git a/static/app/views/insights/crons/components/overviewTimeline/overviewRow.tsx b/static/app/views/insights/crons/components/overviewTimeline/overviewRow.tsx index 4da6aa8065227a..d552d409fb2576 100644 --- a/static/app/views/insights/crons/components/overviewTimeline/overviewRow.tsx +++ b/static/app/views/insights/crons/components/overviewTimeline/overviewRow.tsx @@ -152,8 +152,6 @@ export function OverviewRow({ ? t('Unmute Environment') : t('Mute Environment'), key: 'mute', - details: monitor.isMuted ? t('Monitor is muted') : undefined, - disabled: monitor.isMuted, onAction: () => onToggleMuteEnvironment(env, !isMuted), }), ]