mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 09:45:10 +00:00
update import
This commit is contained in:
parent
74a493c8ef
commit
46a0c99256
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
// @flow
|
// @flow
|
||||||
import * as MODALS from 'constants/modal_types';
|
import * as MODALS from 'constants/modal_types';
|
||||||
import { REMOVE } from 'constants/icons';
|
import * as ICONS from 'constants/icons';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Button from 'component/button';
|
import Button from 'component/button';
|
||||||
import { Form, FormField } from 'component/common/form';
|
import { Form, FormField } from 'component/common/form';
|
||||||
|
@ -43,7 +43,7 @@ class WalletSend extends React.PureComponent<Props> {
|
||||||
title={
|
title={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{__('Send Credits')}
|
{__('Send Credits')}
|
||||||
<Button button="close" icon={REMOVE} onClick={() => history.goBack()} />
|
<Button button="close" icon={ICONS.REMOVE} onClick={() => history.goBack()} />
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
subtitle={__('Send LBC to your friends or favorite creators.')}
|
subtitle={__('Send LBC to your friends or favorite creators.')}
|
||||||
|
|
Loading…
Add table
Reference in a new issue