{message}
} render() { const content = this.renderContent() const tabs = [ { target: 'STORAGES', label: i18n.__('Storage') }, { target: 'HOTKEY', label: i18n.__('Hotkeys'), Hotkey: this.state.HotkeyAlert }, { target: 'UI', label: i18n.__('Interface'), UI: this.state.UIAlert }, { target: 'INFO', label: i18n.__('About') }, { target: 'CROWDFUNDING', label: i18n.__('Crowdfunding') }, { target: 'BLOG', label: i18n.__('Blog'), Blog: this.state.BlogAlert }, { target: 'EXPORT', label: i18n.__('Export'), Export: this.state.ExportAlert }, { target: 'SNIPPET', label: i18n.__('Snippets') }, { target: 'PLUGINS', label: i18n.__('Plugins') } ] 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')}