From e4f1a397d6e13fe5bff03bf772924b289799b155 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Tue, 4 Aug 2020 20:06:50 -0400 Subject: [PATCH] update: forum/components/HeaderPrimary --- js/src/forum/components/HeaderPrimary.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/src/forum/components/HeaderPrimary.js b/js/src/forum/components/HeaderPrimary.js index 5a87ff6e0..db6f41eec 100644 --- a/js/src/forum/components/HeaderPrimary.js +++ b/js/src/forum/components/HeaderPrimary.js @@ -11,13 +11,6 @@ export default class HeaderPrimary extends Component { return ; } - config(isInitialized, context) { - // Since this component is 'above' the content of the page (that is, it is a - // part of the global UI that persists between routes), we will flag the DOM - // to be retained across route changes. - context.retain = true; - } - /** * Build an item list for the controls. *