Rūdolfs Ošiņš

Results 13 comments of Rūdolfs Ošiņš

Looks like there are new fields: start time, cliff period end and vesting period end now. Wondering if we should show the timestamp?

> Or do you have any particular concerns in showing the timestamps? Oh, it was more about the actual time part: `00:00:00 GMT`. Can we drop that?

A nice solution @stsiushkevich! However the `isEmpty` function is missing a `return`: `function isEmpty (v) { return ['', null, undefined].includes(v) }`