Skip to content

Commit

Permalink
feat: remove the placeholder of send to address field
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 29, 2019
1 parent c0809bf commit 2c1e0b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/neuron-ui/src/components/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Send = ({
disabled={sending}
value={item.address || ''}
onChange={onItemChange('address', idx)}
placeholder={PlaceHolders.send.Address}
required
/>
</Stack.Item>
Expand Down
1 change: 0 additions & 1 deletion packages/neuron-ui/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export enum CapacityUnit {

export const PlaceHolders = {
send: {
Address: 'eg: ckt1q9gry5zgzrccrjnvnhktjx6remmktn9h6s2fupurhzmgm9',
Amount: 'eg: 100',
},
}
Expand Down

0 comments on commit 2c1e0b3

Please sign in to comment.