// @flow import React from 'react'; import { Modal } from 'modal/modal'; import Button from 'component/button'; type Props = { quit: () => void, quitAnyDaemon: () => void, }; class ModalIncompatibleDaemon extends React.PureComponent { render() { const { quit, quitAnyDaemon } = this.props; return ( {__( 'This browser is running with an incompatible version of the LBRY protocol, please close the LBRY app and rerun the installation package to repair it. ' )}