Skip to content

Commit

Permalink
fix: rename is → as
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 24, 2018
1 parent 368e303 commit 88c8ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vanilla/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { default: MicrolinkCard } = require('@microlink/react')
const BOOLEAN_STRINGS = ['true', 'false']

const DEFAULT_OPTS = {
is: 'div'
as: 'div'
}

const getBoolean = str => str === 'true'
Expand Down

0 comments on commit 88c8ecd

Please sign in to comment.