diff --git a/static/app/views/insights/common/components/releaseSelector.tsx b/static/app/views/insights/common/components/releaseSelector.tsx index edd34357464328..c43bacaec80e4b 100644 --- a/static/app/views/insights/common/components/releaseSelector.tsx +++ b/static/app/views/insights/common/components/releaseSelector.tsx @@ -169,7 +169,8 @@ function getReleasesSortBy( } // We could give a visual feedback to the user, saying that the sort by is invalid but - // since this UI will be refactored, maybe we just don't do anything now + // since this UI will be refactored, maybe we just don't do anything now. + // This is the same fallback as the one used in useReleases. Please keep it in sync. return ReleasesSortOption.DATE; }