Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 30, 2016
1 parent 609a7af commit d6c83ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/modal/setting/setting-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,13 @@ export default class SettingFilterModal extends Component {

return (
<div styleName="wrap">
<div>
<a href="http://www.pixiv.net/setting_user.php" target="_brank">閲覧制限を設定する(pixivを開く)</a>
</div>
<div>
<Checkbox
id="box-text"
onChange={this.handleCheckShowText}
defaultChecked={this.props.isIllustComment}
value={this.props.isIllustComment}
text="説明を表示"
text="キャプションを表示"
/>
</div>
<div>
Expand All @@ -91,6 +88,9 @@ export default class SettingFilterModal extends Component {
text="画像のみ表示"
/>
</div>
<div>
<a href="http://www.pixiv.net/setting_user.php" target="_brank">閲覧制限を設定する(pixivを開く)</a>
</div>
<div styleName="tagFilter">
<h4>タグフィルター</h4>
<div styleName="field">
Expand Down

0 comments on commit d6c83ad

Please sign in to comment.