Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTB committed May 4, 2018
1 parent 32ea57d commit b91a97b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8,438 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
import cuid from 'cuid';

import { combineFuri } from './utils';

Expand Down Expand Up @@ -41,7 +40,7 @@ function ReactFuri({ word, reading, furi, showFuri, render, ...props }) {
) : (
<Wrapper lang="ja" {...props}>
{pairs.map(([furiText, text]) => (
<Pair key={cuid()}>
<Pair>
{showFuri && furiText && <Furi>{furiText}</Furi>}
<Text>{text}</Text>
</Pair>
Expand Down
Loading

0 comments on commit b91a97b

Please sign in to comment.