This commit is contained in:
Jori Lallo
2017-09-10 16:32:01 -04:00
parent 2140a0698a
commit c3d918e165
4 changed files with 2 additions and 81 deletions

View File

@ -7,7 +7,7 @@ import { color } from 'styles/constants';
type Props = {
id: string,
name: string,
name: ?string,
secret: string,
onDelete: Function,
};