{message}
) } render () { const content = this.renderContent() const tabs = [ {target: 'STORAGES', label: 'Storages'}, {target: 'HOTKEY', label: 'Hotkey', Hotkey: this.state.HotkeyAlert}, {target: 'UI', label: 'UI', UI: this.state.UIAlert}, {target: 'INFO', label: 'Community / Info'}, {target: 'CROWDFUNDING', label: 'Crowdfunding'} ] 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 (Your preferences for Boostnote