Update dates to 22nd July

This commit is contained in:
Jacob Evans
2019-07-17 14:41:18 +10:00
parent e69ad24737
commit 405a7b2037
2 changed files with 4 additions and 7 deletions

View File

@@ -79,8 +79,6 @@ interface ErrorProps {
[key: string]: string;
}
const defaultZeip = 23;
// This is a copy of the generic form and includes a number of extra fields
// TODO remove the extraneous fields
export class VoteForm extends React.Component<Props> {
@@ -91,7 +89,6 @@ export class VoteForm extends React.Component<Props> {
isSuccessful: false,
isLedger: false,
isVoted: false,
// zeipId: defaultZeip,
errors: {},
};
public networkId: number;