Skip to content

Commit

Permalink
feat(TypeScript): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Dec 31, 2019
1 parent bd54ad7 commit 07b3298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![Build Status](https://travis-ci.org/blockchain/blockchain-wallet-v4-frontend.svg?branch=master)](https://travis-ci.org/blockchain/blockchain-wallet-v4-frontend)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Known Vulnerabilities](https://snyk.io/test/github/blockchain/blockchain-wallet-v4-frontend/badge.svg?targetFile=packages%2Fblockchain-wallet-v4-frontend%2Fpackage.json)](https://snyk.io/test/github/blockchain/blockchain-wallet-v4-frontend?targetFile=packages%2Fblockchain-wallet-v4-frontend%2Fpackage.json)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Codechecks](https://raw.githubusercontent.com/codechecks/docs/master/images/badges/badge-default.svg?sanitize=true)](https://codechecks.io)

# Blockchain Wallet v4
Be Your Own Bank at [login.blockchain.com](https://login.blockchain.com).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Button, Link } from 'blockchain-info-components'
import { CampaignType, KycStatesType } from '../types'
import {
CustomCartridge,
ErrorCartridge,
Expand All @@ -9,7 +10,6 @@ import { FormattedMessage } from 'react-intl'
import { model } from 'data'
import React from 'react'
import styled from 'styled-components'
import { CampaignType, KycStatesType } from '../types'

const { KYC_STATES } = model.profile

Expand Down Expand Up @@ -113,6 +113,7 @@ export const StxStatus = ({
} else {
return null
}
break
case KYC_STATES.NONE:
return (
<BlueCartridge
Expand Down

2 comments on commit 07b3298

@aseeyouara
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love

@aseeyouara
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙃

Please sign in to comment.