{message}
) } render () { const content = this.renderContent() const tabs = [ {target: 'STORAGES', label: 'Storage'}, {target: 'HOTKEY', label: 'Hotkeys', Hotkey: this.state.HotkeyAlert}, {target: 'UI', label: 'Interface', UI: this.state.UIAlert}, {target: 'INFO', label: 'About'}, {target: 'CROWDFUNDING', label: 'Crowdfunding'}, {target: 'BLOG', label: 'Blog', Blog: this.state.BlogAlert} ] const navButtons = tabs.map((tab) => { const isActive = this.state.currentTab === tab.target const isUiHotkeyTab = _.isObject(tab[tab.label]) && tab.label === tab[tab.label].tab return ( ) }) return ({i18n.__('Your preferences for Boostnote')}