Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
All of SW2/Character
Browse files Browse the repository at this point in the history
  • Loading branch information
ukatama committed Mar 28, 2016
1 parent 959b385 commit c8260a2
Show file tree
Hide file tree
Showing 4 changed files with 709 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nekodev
2 changes: 2 additions & 0 deletions src/components/character.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const Character = (props) => {
/>
);

document.title = `${name || ''} - Nekosheet`;

return (
<div>
<AppBar title={name} />
Expand Down
5 changes: 0 additions & 5 deletions src/components/sheet-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ export class SheetField extends Component {
onChange: PropTypes.func,
};
}
static get defaultProps() {
return {
label: ' ',
};
}

handleBlur(e) {
const {
Expand Down
Loading

0 comments on commit c8260a2

Please sign in to comment.