Closed maurelian closed 7 years ago
Should show the state as 'open' if the state is open, or the state is auction but the auction period has passed.
state == OPEN || (state == AUCTION && registrationTime < now()
Should show the state as 'open' if the state is open, or the state is auction but the auction period has passed.
state == OPEN || (state == AUCTION && registrationTime < now()