commit e1d672272f667cf85f1a0ad428e57fa558f55ff3 parent 13f52674383ba53ddeff020cecc9d55ef9eb7c8d Author: Tanvi Manku <tanvi.manku@gmail.com> Date: Thu, 2 Oct 2025 17:48:25 +0000 Bug 1991934: Do not render toolbar in Alerts view. r=mtigley,credential-management-reviewers Differential Revision: https://phabricator.services.mozilla.com/D267033 Diffstat:
| M | toolkit/components/satchel/megalist/content/MegalistAlpha.mjs | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/toolkit/components/satchel/megalist/content/MegalistAlpha.mjs b/toolkit/components/satchel/megalist/content/MegalistAlpha.mjs @@ -938,8 +938,7 @@ export class MegalistAlpha extends MozLitElement { render() { const showToolbar = - this.viewMode === VIEW_MODES.ALERTS || - (this.viewMode === VIEW_MODES.LIST && this.header?.value?.total > 0); + this.viewMode === VIEW_MODES.LIST && this.header?.value?.total > 0; return html` <link