diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index 065d6f0..8e8a55b 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -312,7 +312,7 @@ class CreateElection extends Component { start = new Date( now.getTime() - minutes(now) - seconds(now) - ms(now) ); - finish=new Date(start.getTime() + 1 * 365 * 24 * 3600 * 1000); + finish=new Date(start.getTime() + 10 * 365 * 24 * 3600 * 1000); } const { t } = this.props;