[NTP] Remove TODO comments for closed issues (#35019)

This commit is contained in:
Kevin Smith
2026-03-26 16:52:00 -04:00
committed by GitHub
parent 3e4296ac34
commit 35d37aad63
2 changed files with 0 additions and 4 deletions
@@ -26,8 +26,6 @@ interface SafeRectMessage {
interface SearchMatchesMessage {
type: 'richMediaSearchMatches'
// TODO(https://github.com/brave/brave-browser/issues/50424): This should be
// a type defined by the protocol.
value: AutocompleteMatch[]
}
@@ -28,8 +28,6 @@ export function TopSites() {
const listKind = useTopSitesState((s) => s.topSitesListKind)
const topSites = useTopSitesState((s) => s.topSites)
// TODO(https://github.com/brave/brave-browser/issues/45697): Use a pref to
// persist the expanded state.
const [expanded, setExpanded] = usePersistedJSON(
'ntp-top-sites-expanded',
Boolean,