// @flow import React from 'react'; import translate from 'translations'; export default class Donate extends React.Component { props: { onDonate: (address: string, amount: string, unit: string) => void }; state: { clicked: boolean } = { clicked: false }; render() { return (
{translate('sidebar_donation')}
{translate('sidebar_donate')} {this.state.clicked &&